MFEM v4.10.0
Finite element discretization library
Loading...
Searching...
No Matches
plor-transfer.cpp File Reference

Go to the source code of this file.

Functions

real_t RHO_exact (const Vector &x)
 
real_t W_exact (const Vector &x)
 
real_t weight (const Vector &x)
 
void visualize (VisItDataCollection &, string, int, int, int)
 
real_t compute_mass (ParGridFunction &, real_t, string, CoefficientWithOrder)
 
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()

real_t compute_mass ( ParGridFunction & gf,
real_t oldmass,
string prefix,
CoefficientWithOrder mass_coeff )

Definition at line 440 of file plor-transfer.cpp.

◆ main()

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

Definition at line 70 of file plor-transfer.cpp.

◆ RHO_exact()

real_t RHO_exact ( const Vector & x)

Definition at line 390 of file plor-transfer.cpp.

◆ visualize()

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

Definition at line 422 of file plor-transfer.cpp.

◆ W_exact()

real_t W_exact ( const Vector & x)

Definition at line 410 of file plor-transfer.cpp.

◆ weight()

real_t weight ( const Vector & x)

Definition at line 416 of file plor-transfer.cpp.

Variable Documentation

◆ direction

string direction

Definition at line 59 of file plor-transfer.cpp.

◆ offx

int offx = Ww+5

Definition at line 56 of file plor-transfer.cpp.

◆ offy

int offy = Wh+25

Definition at line 56 of file plor-transfer.cpp.

◆ problem

int problem = 1

Definition at line 52 of file plor-transfer.cpp.

◆ space

string space

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

◆ Wh

int Wh = 350

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

◆ Ww

int Ww = 350

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

◆ Wx

int Wx = 0

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

◆ Wy

int Wy = 0

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