MFEM v2.0
Functions | Variables
ex3.cpp File Reference
#include <fstream>
#include "mfem.hpp"
Include dependency graph for ex3.cpp:

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

const double kappa = M_PI

Function Documentation

void E_exact ( const Vector x,
Vector E 
)

Definition at line 160 of file ex3.cpp.

References kappa.

Referenced by main().

void f_exact ( const Vector x,
Vector f 
)

Definition at line 167 of file ex3.cpp.

References kappa.

Referenced by main().

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

Variable Documentation

const double kappa = M_PI

Definition at line 158 of file ex3.cpp.

Referenced by E_exact(), f_exact(), and Mesh::PrintCharacteristics().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines