Namespaces | Typedefs | Functions

apfConvert.h File Reference

algorithms for mesh format conversion More...

Go to the source code of this file.

Namespaces

namespace  apf
 

All APF symbols are contained in this namespace.


Typedefs

typedef std::map< int,
MeshEntity * > 
apf::GlobalToVert
 a map from global ids to vertex objects

Functions

void apf::convert (Mesh *in, Mesh2 *out)
 convert one mesh data structure to another
void apf::construct (Mesh2 *m, const int *conn, int nelem, int etype, GlobalToVert &globalToVert)
 construct a mesh from just a connectivity array
void apf::setCoords (Mesh2 *m, const double *coords, int nverts, GlobalToVert &globalToVert)
 Assign coordinates to the mesh.
void apf::destruct (Mesh2 *m, int *&conn, int &nelem, int &etype)
 convert an apf::Mesh2 object into a connectivity array
void apf::extractCoords (Mesh2 *m, double *&coords, int &nverts)
 get a contiguous set of global vertex coordinates

Detailed Description

algorithms for mesh format conversion

Definition in file apfConvert.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines