42 template<
typename T,
typename traits = spaceTraits<T> >
44 static inline uint dim() {
return traits::dim(); }
116 std::string filename_;
120 std::string& filename, uint nelm, uint dim);
219 const std::list<const concepts::Connector*>&
faces()
const
226 std::list<const concepts::Connector*> faces_;
virtual void operator()(const concepts::Element< F > &elm)
const std::list< const concepts::Connector * > & faces() const
Returns the list of faces.
MeshDXCell(std::ostream &os, VertexList &vtxList, uint nelms, uint nfaces, uint dim=2)
virtual void operator()(const concepts::Element< F > &elm)
MeshDX(concepts::Mesh &msh, std::string filename)
MeshDX(concepts::Space< F > &spc, std::string filename, uint dim)
MeshDX< Real > drawMeshDX(concepts::Mesh &msh, std::string filename)
uint spaceDimension(const T &spc)