MFEM  v3.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions | Variables
ex3.cpp File Reference

Go to the source code of this file.

Functions

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

Variables

double freq = 1.0
 
double kappa
 
int dim
 

Function Documentation

void E_exact ( const Vector x,
Vector E 
)

Definition at line 220 of file ex3.cpp.

void f_exact ( const Vector x,
Vector f 
)

Definition at line 236 of file ex3.cpp.

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

Definition at line 50 of file ex3.cpp.

Variable Documentation

int dim

Definition at line 48 of file ex3.cpp.

double freq = 1.0

Definition at line 47 of file ex3.cpp.

double kappa

Definition at line 47 of file ex3.cpp.