MFEM v4.10.0
Finite element discretization library
Loading...
Searching...
No Matches
pref321.cpp File Reference

Go to the source code of this file.

Functions

real_t CheckH1Continuity (ParGridFunction &x)
 
void FindChildren (const Mesh &mesh, int elem, Array< int > &children)
 
void Refine31 (Mesh &mesh, int elem, char type)
 
void TestAnisoRefRandom (int num_refs, int dim, ParMesh &mesh, int myid, int seed=0)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ CheckH1Continuity()

real_t CheckH1Continuity ( ParGridFunction & x)

Definition at line 262 of file pref321.cpp.

◆ FindChildren()

void FindChildren ( const Mesh & mesh,
int elem,
Array< int > & children )

Definition at line 38 of file pref321.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 111 of file pref321.cpp.

◆ Refine31()

void Refine31 ( Mesh & mesh,
int elem,
char type )

Definition at line 57 of file pref321.cpp.

◆ TestAnisoRefRandom()

void TestAnisoRefRandom ( int num_refs,
int dim,
ParMesh & mesh,
int myid,
int seed = 0 )

Definition at line 76 of file pref321.cpp.