![]() |
MFEM v4.8.0
Finite element discretization library
|
#include <gridfunc.hpp>
Public Types | |
| enum | JumpScalingType { CONSTANT , ONE_OVER_H , P_SQUARED_OVER_H } |
Public Member Functions | |
| JumpScaling (real_t nu_=1.0, JumpScalingType type_=CONSTANT) | |
| real_t | Eval (real_t h, int p) const |
Class used to specify how the jump terms in GridFunction::ComputeDGFaceJumpError are scaled.
Definition at line 1562 of file gridfunc.hpp.
| Enumerator | |
|---|---|
| CONSTANT | |
| ONE_OVER_H | |
| P_SQUARED_OVER_H | |
Definition at line 1565 of file gridfunc.hpp.
|
inline |
Definition at line 1575 of file gridfunc.hpp.
Definition at line 1577 of file gridfunc.hpp.