![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
real_t | CheckH1Continuity (GridFunction &x) |
void | FindChildren (const Mesh &mesh, int elem, Array< int > &children) |
void | Refine31 (Mesh &mesh, int elem, char type) |
int | MyRand (int &s) |
void | TestAnisoRefRandom (int iter, int dim, Mesh &mesh) |
int | main (int argc, char *argv[]) |
real_t CheckH1Continuity | ( | GridFunction & | x | ) |
Definition at line 213 of file ref321.cpp.
Definition at line 37 of file ref321.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 99 of file ref321.cpp.
int MyRand | ( | int & | s | ) |
Definition at line 75 of file ref321.cpp.
void Refine31 | ( | Mesh & | mesh, |
int | elem, | ||
char | type ) |
Definition at line 56 of file ref321.cpp.
void TestAnisoRefRandom | ( | int | iter, |
int | dim, | ||
Mesh & | mesh ) |
Definition at line 83 of file ref321.cpp.