MFEM  v4.6.0
Finite element discretization library
Enumerations | Functions
generate_random_field.cpp File Reference

Go to the source code of this file.

Enumerations

enum  TopologicalSupport { kParticles, kOctetTruss }
 

Functions

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

Enumeration Type Documentation

◆ TopologicalSupport

Enumerator
kParticles 
kOctetTruss 

Definition at line 51 of file generate_random_field.cpp.

Function Documentation

◆ main()

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

III.1 Define the fractional PDE solution

III.4 Verify boundary conditions

Transform the random field to a uniform random field.

Scale the random field.

Add an offset to the random field.

Definition at line 53 of file generate_random_field.cpp.