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