MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
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 209 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 220 of file mesh.hpp.

Member Data Documentation

◆ MasterFace

int mfem::Mesh::NCFaceInfo::MasterFace

Definition at line 212 of file mesh.hpp.

◆ PointMatrix

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

Definition at line 215 of file mesh.hpp.

◆ Slave

bool mfem::Mesh::NCFaceInfo::Slave

Definition at line 211 of file mesh.hpp.


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