MFEM  v4.6.0
Finite element discretization library
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

◆ curlv_exact()

void curlv_exact ( const Vector x,
Vector cv 
)

Definition at line 439 of file ex24.cpp.

◆ div_gradp_exact()

double div_gradp_exact ( const Vector x)

Definition at line 409 of file ex24.cpp.

◆ gradp_exact()

void gradp_exact ( const Vector x,
Vector f 
)

Definition at line 393 of file ex24.cpp.

◆ main()

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

Definition at line 56 of file ex24.cpp.

◆ p_exact()

double p_exact ( const Vector x)

Definition at line 379 of file ex24.cpp.

◆ v_exact()

void v_exact ( const Vector x,
Vector v 
)

Definition at line 423 of file ex24.cpp.

Variable Documentation

◆ dim

int dim

Definition at line 53 of file ex24.cpp.

◆ freq

double freq = 1.0

Definition at line 54 of file ex24.cpp.

◆ kappa

double kappa

Definition at line 54 of file ex24.cpp.