MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions
ex22p.cpp File Reference

Go to the source code of this file.

Functions

double u0_real_exact (const Vector &)
 
double u0_imag_exact (const Vector &)
 
void u1_real_exact (const Vector &, Vector &)
 
void u1_imag_exact (const Vector &, Vector &)
 
void u2_real_exact (const Vector &, Vector &)
 
void u2_imag_exact (const Vector &, Vector &)
 
bool check_for_inline_mesh (const char *mesh_file)
 
int main (int argc, char *argv[])
 
complex< double > u0_exact (const Vector &x)
 

Function Documentation

bool check_for_inline_mesh ( const char *  mesh_file)
int main ( int  argc,
char *  argv[] 
)

Definition at line 76 of file ex22p.cpp.

complex<double> u0_exact ( const Vector x)

Definition at line 611 of file ex22p.cpp.

double u0_imag_exact ( const Vector x)
double u0_real_exact ( const Vector x)
void u1_imag_exact ( const Vector x,
Vector v 
)
void u1_real_exact ( const Vector x,
Vector v 
)
void u2_imag_exact ( const Vector x,
Vector v 
)
void u2_real_exact ( const Vector x,
Vector v 
)