MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
ex24.cpp File Reference

Go to the source code of this file.

Functions

real_t p_exact (const Vector &x)
 
void gradp_exact (const Vector &, Vector &)
 
real_t 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
 
real_t freq = 1.0
 
real_t kappa
 

Function Documentation

◆ curlv_exact()

void curlv_exact ( const Vector & x,
Vector & cv )

Definition at line 439 of file ex24.cpp.

◆ div_gradp_exact()

real_t 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()

real_t 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

real_t freq = 1.0

Definition at line 54 of file ex24.cpp.

◆ kappa

real_t kappa

Definition at line 54 of file ex24.cpp.