![]() |
MFEM v4.8.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 719 of file restriction.hpp.
|
default |
|
inline |
Definition at line 730 of file restriction.hpp.
|
inline |
Definition at line 738 of file restriction.hpp.
|
default |
|
default |
int mfem::NCInterpConfig::face_index |
Definition at line 721 of file restriction.hpp.
uint32_t mfem::NCInterpConfig::index |
Definition at line 724 of file restriction.hpp.
uint32_t mfem::NCInterpConfig::is_non_conforming |
Definition at line 722 of file restriction.hpp.
uint32_t mfem::NCInterpConfig::master_side |
Definition at line 723 of file restriction.hpp.