MFEM  v3.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::ParNCMesh Member List

This is the complete list of members for mfem::ParNCMesh, including all inherited members.

AddMasterSlaveRanks(int nitems, const NCList &list)mfem::ParNCMeshprotected
AssignLeafIndices()mfem::ParNCMeshprotectedvirtual
boundary_edgesmfem::NCMeshprotected
boundary_facesmfem::NCMeshprotected
BuildEdgeList()mfem::ParNCMeshprotectedvirtual
BuildElementToVertexTable()mfem::NCMeshprotected
BuildFaceList()mfem::ParNCMeshprotectedvirtual
BuildSharedVertices()mfem::ParNCMeshprotected
CalcFaceOrientations()mfem::ParNCMeshprotected
CheckAnisoFace(Node *v1, Node *v2, Node *v3, Node *v4, Node *mid12, Node *mid34, int level=0)mfem::NCMeshprotected
CheckIsoFace(Node *v1, Node *v2, Node *v3, Node *v4, Node *e1, Node *e2, Node *e3, Node *e4, Node *midf)mfem::NCMeshprotected
ClearCoarseLevel()mfem::NCMeshinline
coarse_elementsmfem::NCMeshprotected
CollectEdgeVertices(Node *v0, Node *v1, Array< int > &indices)mfem::NCMeshprotected
CollectFaceVertices(Node *v0, Node *v1, Node *v2, Node *v3, Array< int > &indices)mfem::NCMeshprotected
CollectLeafElements(Element *elem)mfem::NCMeshprotected
CopyHierarchy(Element *elem)mfem::NCMeshprotected
CountElements(Element *elem) const mfem::NCMeshprotected
CountObjects(int &nelem, int &nvert, int &nedges) const mfem::NCMeshprotected
CountSplits(Element *elem, int splits[3]) const mfem::NCMeshprotected
DebugNeighbors(Array< char > &elem_set)mfem::NCMesh
DecodeMeshIds(std::istream &is, Array< MeshId > ids[], int dim, bool decode_indices) const mfem::ParNCMeshprotected
DeleteHierarchy(Element *elem)mfem::NCMeshprotected
DerefineElement(Element *elem)mfem::NCMeshprotected
Dimmfem::NCMeshprotected
Dimension() const mfem::NCMeshinline
edge_groupmfem::ParNCMeshprotected
edge_listmfem::NCMeshprotected
edge_ownermfem::ParNCMeshprotected
EdgeSplitLevel(Node *v1, Node *v2) const mfem::NCMeshprotected
element_typemfem::ParNCMeshprotected
element_vertexmfem::NCMeshprotected
ElementNeighborProcessors(Element *elem, Array< int > &ranks)mfem::ParNCMeshprotected
ElementSharesEdge(Element *elem, Edge *edge)mfem::ParNCMeshprotectedvirtual
mfem::NCMesh::ElementSharesEdge(Element *elem, Edge *edge)mfem::NCMeshinlineprotectedvirtual
ElementSharesFace(Element *elem, Face *face)mfem::ParNCMeshprotectedvirtual
mfem::NCMesh::ElementSharesFace(Element *elem, Face *face)mfem::NCMeshinlineprotectedvirtual
EncodeMeshIds(std::ostream &os, Array< MeshId > ids[], int dim) const mfem::ParNCMeshprotected
face_groupmfem::ParNCMeshprotected
face_listmfem::NCMeshprotected
face_orientmfem::ParNCMeshprotected
face_ownermfem::ParNCMeshprotected
facesmfem::NCMeshprotected
FaceSplitLevel(Node *v1, Node *v2, Node *v3, Node *v4, int &h_level, int &v_level) const mfem::NCMeshprotected
FaceSplitType(Node *v1, Node *v2, Node *v3, Node *v4, Node *mid[4]=NULL) const mfem::NCMeshprotected
find_face_nodes(const Face *face, Node *node[4])mfem::NCMeshprotectedstatic
find_hex_face(int a, int b, int c)mfem::NCMeshprotectedstatic
find_node(Element *elem, Node *node)mfem::NCMeshprotectedstatic
find_node(Element *elem, int node_id)mfem::NCMeshprotectedstatic
FindNeighbors(const Element *elem, Array< Element * > &neighbors, const Array< Element * > *search_set=NULL)mfem::NCMeshprotected
FindSetNeighbors(const Array< char > &elem_set, Array< Element * > *neighbors, Array< char > *neighbor_set=NULL)mfem::NCMeshprotected
ForceRefinement(Node *v1, Node *v2, Node *v3, Node *v4)mfem::NCMeshprotected
GetBoundaryClosure(const Array< int > &bdr_attr_is_ess, Array< int > &bdr_vertices, Array< int > &bdr_edges)mfem::ParNCMeshvirtual
GetDebugMesh(Mesh &debug_mesh) const mfem::ParNCMesh
GetEdgeList()mfem::NCMeshinline
GetEdgeMaster(int v1, int v2) const mfem::NCMesh
GetEdgeMaster(Node *node) const mfem::NCMeshprotected
GetFaceList()mfem::NCMeshinline
GetFaceOrientation(int index) const mfem::ParNCMeshinline
GetFineTransforms()mfem::NCMesh
GetFineTransforms(Element *elem, int coarse_index, FineTransform *transforms, const PointMatrix &pm)mfem::NCMeshprotected
GetGroup(int type, int index, int &size) const mfem::ParNCMeshinline
GetMeshComponents(Array< mfem::Vertex > &vertices, Array< mfem::Element * > &elements, Array< mfem::Element * > &boundary) const mfem::NCMeshprotected
GetMidEdgeVertex(Node *v1, Node *v2)mfem::NCMeshprotected
GetMidEdgeVertexSimple(Node *v1, Node *v2)mfem::NCMeshprotected
GetMidFaceVertex(Node *e1, Node *e2, Node *e3, Node *e4)mfem::NCMeshprotected
GetNumGhosts() const mfem::ParNCMeshinlineprotectedvirtual
GetOwner(int type, int index) const mfem::ParNCMeshinline
GetSharedEdges()mfem::ParNCMeshinline
GetSharedFaces()mfem::ParNCMeshinline
GetSharedList(int type)mfem::ParNCMeshinline
GetSharedVertices()mfem::ParNCMeshinline
ghost_layermfem::ParNCMeshprotected
GImfem::NCMeshstatic
index_rankmfem::ParNCMeshprotected
InitialPartition(int index) const mfem::ParNCMeshinlineprotected
IsGhost(int type, int index) const mfem::ParNCMeshinline
IsGhost(const Element *elem) const mfem::ParNCMeshinlineprotectedvirtual
mfem::NCMesh::IsGhost(const Element *elem) const mfem::NCMeshinlineprotectedvirtual
Isomfem::NCMeshprotected
leaf_elementsmfem::NCMeshprotected
LimitNCLevel(int max_level)mfem::ParNCMeshvirtual
LoadCoarseElements(std::istream &input)mfem::NCMesh
LoadVertexParents(std::istream &input)mfem::NCMesh
MakeShared(const Table &groups, const NCList &list, NCList &shared)mfem::ParNCMeshprotected
MarkCoarseLevel()mfem::NCMesh
MemoryUsage() const mfem::NCMesh
MyCommmfem::ParNCMeshprotected
MyRankmfem::ParNCMeshprotected
NCMesh(const Mesh *mesh, std::istream *vertex_parents=NULL)mfem::NCMesh
NCMesh(const NCMesh &other)mfem::NCMesh
NEdgesmfem::ParNCMeshprotected
NeighborDofMessage classmfem::ParNCMeshfriend
NeighborProcessors(Array< int > &neighbors)mfem::ParNCMeshprotected
NElementsmfem::ParNCMeshprotected
NewHexahedron(Node *n0, Node *n1, Node *n2, Node *n3, Node *n4, Node *n5, Node *n6, Node *n7, int attr, int fattr0, int fattr1, int fattr2, int fattr3, int fattr4, int fattr5)mfem::NCMeshprotected
NewQuadrilateral(Node *n0, Node *n1, Node *n2, Node *n3, int attr, int eattr0, int eattr1, int eattr2, int eattr3)mfem::NCMeshprotected
NewTriangle(Node *n0, Node *n1, Node *n2, int attr, int eattr0, int eattr1, int eattr2)mfem::NCMeshprotected
NewVertex(Node *v1, Node *v2)mfem::NCMeshprotected
NFacesmfem::ParNCMeshprotected
NGhostEdgesmfem::ParNCMeshprotected
NGhostElementsmfem::ParNCMeshprotected
NGhostFacesmfem::ParNCMeshprotected
NGhostVerticesmfem::ParNCMeshprotected
nodesmfem::NCMeshprotected
NodeSetX1(Node *node, Node **n)mfem::NCMeshinlineprotected
NodeSetX2(Node *node, Node **n)mfem::NCMeshinlineprotected
NodeSetY1(Node *node, Node **n)mfem::NCMeshinlineprotected
NodeSetY2(Node *node, Node **n)mfem::NCMeshinlineprotected
NodeSetZ1(Node *node, Node **n)mfem::NCMeshinlineprotected
NodeSetZ2(Node *node, Node **n)mfem::NCMeshinlineprotected
NRanksmfem::ParNCMeshprotected
num_verticesmfem::NCMeshprotected
NVerticesmfem::ParNCMeshprotected
OnMeshUpdated(Mesh *mesh)mfem::ParNCMeshprotectedvirtual
ParMesh classmfem::ParNCMeshfriend
ParNCMesh(MPI_Comm comm, const NCMesh &ncmesh)mfem::ParNCMesh
PeekAltParents(Node *v1, Node *v2)mfem::NCMeshprotected
PrintCoarseElements(std::ostream &out) const mfem::NCMesh
PrintElements(std::ostream &out, Element *elem, int &coarse_id) const mfem::NCMeshprotected
PrintMemoryDetail() const mfem::NCMesh
PrintVertexParents(std::ostream &out) const mfem::NCMesh
Prune()mfem::ParNCMeshprotected
PruneTree(Element *elem)mfem::ParNCMeshprotected
RankInGroup(int type, int index, int rank) const mfem::ParNCMeshinline
ref_stackmfem::NCMeshprotected
RefElementNodes(Element *elem)mfem::NCMeshprotected
Refine(const Array< Refinement > &refinements)mfem::ParNCMeshvirtual
RefineElement(Element *elem, char ref_type)mfem::NCMeshprotected
RegisterFaces(Element *elem, int *fattr=NULL)mfem::NCMeshprotected
ReorderFacePointMat(Node *v0, Node *v1, Node *v2, Node *v3, Element *elem, DenseMatrix &mat) const mfem::NCMeshprotected
root_elementsmfem::NCMeshprotected
SetVertexPositions(const Array< mfem::Vertex > &vertices)mfem::NCMesh
shared_edgesmfem::ParNCMeshprotected
shared_facesmfem::ParNCMeshprotected
shared_verticesmfem::ParNCMeshprotected
spaceDimmfem::NCMeshprotected
SpaceDimension() const mfem::NCMeshinline
tmp_neighborsmfem::ParNCMeshprotected
TraverseEdge(Node *v0, Node *v1, double t0, double t1, int level)mfem::NCMeshprotected
TraverseFace(Node *v0, Node *v1, Node *v2, Node *v3, const PointMatrix &pm, int level)mfem::NCMeshprotected
UnrefElementNodes(Element *elem)mfem::NCMeshprotected
Update()mfem::ParNCMeshprotectedvirtual
UpdateElementToVertexTable()mfem::NCMeshinlineprotected
UpdateLayers()mfem::ParNCMeshprotected
UpdateLeafElements()mfem::NCMeshprotected
UpdateVertices()mfem::ParNCMeshprotectedvirtual
vertex_groupmfem::ParNCMeshprotected
vertex_nodeIdmfem::NCMeshprotected
vertex_ownermfem::ParNCMeshprotected
~NCMesh()mfem::NCMeshvirtual