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

#include <mesh.hpp>

Collaboration diagram for mfem::Mesh::NCFaceInfo:
[legend]

Public Member Functions

 NCFaceInfo ()=default
 
 NCFaceInfo (bool slave, int master, const DenseMatrix *pm)
 

Public Attributes

bool Slave
 
int MasterFace
 
const DenseMatrixPointMatrix
 

Detailed Description

Definition at line 202 of file mesh.hpp.

Constructor & Destructor Documentation

◆ NCFaceInfo() [1/2]

mfem::Mesh::NCFaceInfo::NCFaceInfo ( )
default

◆ NCFaceInfo() [2/2]

mfem::Mesh::NCFaceInfo::NCFaceInfo ( bool  slave,
int  master,
const DenseMatrix pm 
)
inline

Definition at line 213 of file mesh.hpp.

Member Data Documentation

◆ MasterFace

int mfem::Mesh::NCFaceInfo::MasterFace

Definition at line 205 of file mesh.hpp.

◆ PointMatrix

const DenseMatrix* mfem::Mesh::NCFaceInfo::PointMatrix

Definition at line 208 of file mesh.hpp.

◆ Slave

bool mfem::Mesh::NCFaceInfo::Slave

Definition at line 204 of file mesh.hpp.


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