MFEM
v4.6.0
Finite element discretization library
|
#include <restriction.hpp>
Public Member Functions | |
NCInterpConfig ()=default | |
NCInterpConfig (int face_index, int master_side, int nc_index) | |
NCInterpConfig (int face_index, InterpConfig &config) | |
NCInterpConfig (const NCInterpConfig &)=default | |
NCInterpConfig & | operator= (const NCInterpConfig &rhs)=default |
Public Attributes | |
int | face_index |
uint32_t | is_non_conforming: 1 |
uint32_t | master_side: 1 |
uint32_t | index: 30 |
This struct stores which side is the master nonconforming side and the index of the interpolator, see InterpolationManager class below.
Definition at line 659 of file restriction.hpp.
|
default |
|
inline |
Definition at line 670 of file restriction.hpp.
|
inline |
Definition at line 678 of file restriction.hpp.
|
default |
|
default |
int mfem::NCInterpConfig::face_index |
Definition at line 661 of file restriction.hpp.
uint32_t mfem::NCInterpConfig::index |
Definition at line 664 of file restriction.hpp.
uint32_t mfem::NCInterpConfig::is_non_conforming |
Definition at line 662 of file restriction.hpp.
uint32_t mfem::NCInterpConfig::master_side |
Definition at line 663 of file restriction.hpp.