MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
mfem::NCInterpConfig Struct Reference

#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
 
NCInterpConfigoperator= (const NCInterpConfig &rhs)=default
 

Public Attributes

int face_index
 
uint32_t is_non_conforming: 1
 
uint32_t master_side: 1
 
uint32_t index: 30
 

Detailed Description

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.

Constructor & Destructor Documentation

mfem::NCInterpConfig::NCInterpConfig ( )
default
mfem::NCInterpConfig::NCInterpConfig ( int  face_index,
int  master_side,
int  nc_index 
)
inline

Definition at line 642 of file restriction.hpp.

mfem::NCInterpConfig::NCInterpConfig ( int  face_index,
InterpConfig config 
)
inline

Definition at line 650 of file restriction.hpp.

mfem::NCInterpConfig::NCInterpConfig ( const NCInterpConfig )
default

Member Function Documentation

NCInterpConfig& mfem::NCInterpConfig::operator= ( const NCInterpConfig rhs)
default

Member Data Documentation

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.


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