MFEM
v4.3.0
Finite element discretization library
|
Go to the source code of this file.
Classes | |
class | FE_Evolution |
class | RiemannSolver |
class | DomainIntegrator |
class | FaceIntegrator |
Functions | |
bool | StateIsPhysical (const Vector &state, const int dim) |
double | ComputePressure (const Vector &state, int dim) |
void | ComputeFlux (const Vector &state, int dim, DenseMatrix &flux) |
void | ComputeFluxDotN (const Vector &state, const Vector &nor, Vector &fluxN) |
double | ComputeMaxCharSpeed (const Vector &state, const int dim) |
void | InitialCondition (const Vector &x, Vector &y) |
Variables | |
int | problem |
double | max_char_speed |
const int | num_equation |
const double | specific_heat_ratio |
const double | gas_constant |
void ComputeFlux | ( | const Vector & | state, |
int | dim, | ||
DenseMatrix & | flux | ||
) |
|
inline |
|
inline |
bool StateIsPhysical | ( | const Vector & | state, |
const int | dim | ||
) |