MFEM
v4.5.1
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 631 of file restriction.hpp.
|
default |
|
inline |
Definition at line 642 of file restriction.hpp.
|
inline |
Definition at line 650 of file restriction.hpp.
|
default |
|
default |
int mfem::NCInterpConfig::face_index |
Definition at line 633 of file restriction.hpp.
uint32_t mfem::NCInterpConfig::index |
Definition at line 636 of file restriction.hpp.
uint32_t mfem::NCInterpConfig::is_non_conforming |
Definition at line 634 of file restriction.hpp.
uint32_t mfem::NCInterpConfig::master_side |
Definition at line 635 of file restriction.hpp.