MFEM  v4.6.0
Finite element discretization library
Functions | Variables
lor-transfer.cpp File Reference

Go to the source code of this file.

Functions

double RHO_exact (const Vector &x)
 
void visualize (VisItDataCollection &, string, int, int)
 
double compute_mass (FiniteElementSpace *, double, VisItDataCollection &, string)
 
int main (int argc, char *argv[])
 

Variables

int problem = 1
 
int Wx = 0
 
int Wy = 0
 
int Ww = 350
 
int Wh = 350
 
int offx = Ww+5
 
int offy = Wh+25
 
string space
 
string direction
 

Function Documentation

◆ compute_mass()

double compute_mass ( FiniteElementSpace L2,
double  massL2,
VisItDataCollection dc,
string  prefix 
)

Definition at line 280 of file lor-transfer.cpp.

◆ main()

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

Definition at line 68 of file lor-transfer.cpp.

◆ RHO_exact()

double RHO_exact ( const Vector x)

Definition at line 246 of file lor-transfer.cpp.

◆ visualize()

void visualize ( VisItDataCollection dc,
string  prefix,
int  x,
int  y 
)

Definition at line 264 of file lor-transfer.cpp.

Variable Documentation

◆ direction

string direction

Definition at line 58 of file lor-transfer.cpp.

◆ offx

int offx = Ww+5

Definition at line 55 of file lor-transfer.cpp.

◆ offy

int offy = Wh+25

Definition at line 55 of file lor-transfer.cpp.

◆ problem

int problem = 1

Definition at line 51 of file lor-transfer.cpp.

◆ space

string space

Definition at line 57 of file lor-transfer.cpp.

◆ Wh

int Wh = 350

Definition at line 54 of file lor-transfer.cpp.

◆ Ww

int Ww = 350

Definition at line 54 of file lor-transfer.cpp.

◆ Wx

int Wx = 0

Definition at line 53 of file lor-transfer.cpp.

◆ Wy

int Wy = 0

Definition at line 53 of file lor-transfer.cpp.