SundanceMeshTransformationBase.cpp
Go to the documentation of this file.
00001 #include "SundanceMeshTransformationBase.hpp"
00002 
00003 using namespace Sundance;
00004 using namespace Sundance;
00005 
00006 using namespace Teuchos;
00007 using namespace Sundance;
00008 
00009 Mesh MeshTransformationBase::createMesh(int dim, const MPIComm& comm) const 
00010 {
00011   return meshType_.createEmptyMesh(dim, comm);
00012 }
00013 
00014 

Site Contact