MFEM  v4.1.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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 (int index, int element, signed char local, signed char geom)
 
void OrientedPointMatrix (DenseMatrix &oriented_matrix) const
 Return the point matrix oriented according to the master and slave edges. More...
 
- Public Member Functions inherited from mfem::NCMesh::MeshId
 MeshId (int index=-1, int element=-1, signed char local=-1, signed char geom=-1)
 
Geometry::Type Geom () const
 

Public Attributes

int master
 master number (in Mesh numbering) More...
 
int edge_flags
 edge orientation flags More...
 
DenseMatrix point_matrix
 position within the master edge/face 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
 

Detailed Description

Nonconforming edge/face within a bigger edge/face.

Definition at line 178 of file ncmesh.hpp.

Constructor & Destructor Documentation

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

Definition at line 184 of file ncmesh.hpp.

Member Function Documentation

void mfem::NCMesh::Slave::OrientedPointMatrix ( DenseMatrix oriented_matrix) const

Return the point matrix oriented according to the master and slave edges.

Definition at line 2792 of file ncmesh.cpp.

Member Data Documentation

int mfem::NCMesh::Slave::edge_flags

edge orientation flags

Definition at line 181 of file ncmesh.hpp.

int mfem::NCMesh::Slave::master

master number (in Mesh numbering)

Definition at line 180 of file ncmesh.hpp.

DenseMatrix mfem::NCMesh::Slave::point_matrix

position within the master edge/face

Definition at line 182 of file ncmesh.hpp.


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