MFEM  v4.6.0
Finite element discretization library
Public Member Functions | Public Attributes | List of all members
mfem::NCMesh::Slave Struct Reference

Nonconforming edge/face within a bigger edge/face. More...

#include <ncmesh.hpp>

Inheritance diagram for mfem::NCMesh::Slave:
[legend]
Collaboration diagram for mfem::NCMesh::Slave:
[legend]

Public Member Functions

 Slave ()=default
 
 Slave (int index, int element, int local, int geom)
 
- Public Member Functions inherited from mfem::NCMesh::MeshId
Geometry::Type Geom () const
 
 MeshId ()=default
 
 MeshId (int index, int element, int local, int geom=-1)
 

Public Attributes

int master
 master number (in Mesh numbering) More...
 
unsigned matrix: 24
 index into NCList::point_matrices[geom] More...
 
unsigned edge_flags: 8
 orientation flags, see OrientedPointMatrix More...
 
- Public Attributes inherited from mfem::NCMesh::MeshId
int index
 Mesh number. More...
 
int element
 NCMesh::Element containing this vertex/edge/face. More...
 
signed char local
 local number within 'element' More...
 
signed char geom
 Geometry::Type (faces only) (char to save RAM) More...
 

Detailed Description

Nonconforming edge/face within a bigger edge/face.

Definition at line 214 of file ncmesh.hpp.

Constructor & Destructor Documentation

◆ Slave() [1/2]

mfem::NCMesh::Slave::Slave ( )
default

◆ Slave() [2/2]

mfem::NCMesh::Slave::Slave ( int  index,
int  element,
int  local,
int  geom 
)
inline

Definition at line 221 of file ncmesh.hpp.

Member Data Documentation

◆ edge_flags

unsigned mfem::NCMesh::Slave::edge_flags

orientation flags, see OrientedPointMatrix

Definition at line 218 of file ncmesh.hpp.

◆ master

int mfem::NCMesh::Slave::master

master number (in Mesh numbering)

Definition at line 216 of file ncmesh.hpp.

◆ matrix

unsigned mfem::NCMesh::Slave::matrix

index into NCList::point_matrices[geom]

Definition at line 217 of file ncmesh.hpp.


The documentation for this struct was generated from the following file: