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

Go to the source code of this file.

Functions

void E_exact (const Vector &, Vector &)
 
void CurlE_exact (const Vector &, Vector &)
 
void f_exact (const Vector &, Vector &)
 
int main (int argc, char *argv[])
 

Variables

real_t freq = 1.0
 
real_t kappa
 
int dim
 

Function Documentation

◆ CurlE_exact()

void CurlE_exact ( const Vector & x,
Vector & dE )

Definition at line 441 of file ex31p.cpp.

◆ E_exact()

void E_exact ( const Vector & x,
Vector & E )

Definition at line 418 of file ex31p.cpp.

◆ f_exact()

void f_exact ( const Vector & x,
Vector & f )

Definition at line 481 of file ex31p.cpp.

◆ main()

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

Definition at line 45 of file ex31p.cpp.

Variable Documentation

◆ dim

int dim

Definition at line 43 of file ex31p.cpp.

◆ freq

real_t freq = 1.0

Definition at line 42 of file ex31p.cpp.

◆ kappa

real_t kappa

Definition at line 42 of file ex31p.cpp.