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

Go to the source code of this file.

Functions

double p_exact (const Vector &x)
 
void gradp_exact (const Vector &, Vector &)
 
double div_gradp_exact (const Vector &x)
 
void v_exact (const Vector &x, Vector &v)
 
void curlv_exact (const Vector &x, Vector &cv)
 
int main (int argc, char *argv[])
 

Variables

int dim
 
double freq = 1.0
 
double kappa
 

Function Documentation

void curlv_exact ( const Vector x,
Vector cv 
)

Definition at line 440 of file ex24.cpp.

double div_gradp_exact ( const Vector x)

Definition at line 410 of file ex24.cpp.

void gradp_exact ( const Vector x,
Vector f 
)

Definition at line 394 of file ex24.cpp.

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

Definition at line 56 of file ex24.cpp.

double p_exact ( const Vector x)

Definition at line 380 of file ex24.cpp.

void v_exact ( const Vector x,
Vector v 
)

Definition at line 424 of file ex24.cpp.

Variable Documentation

int dim

Definition at line 53 of file ex24.cpp.

double freq = 1.0

Definition at line 54 of file ex24.cpp.

double kappa

Definition at line 54 of file ex24.cpp.