MFEM  v4.1.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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 &)
 
int main (int argc, char *argv[])
 

Variables

int dim
 

Function Documentation

void gradp_exact ( const Vector x,
Vector f 
)

Definition at line 272 of file ex24.cpp.

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

Definition at line 45 of file ex24.cpp.

double p_exact ( const Vector x)

Definition at line 258 of file ex24.cpp.

Variable Documentation

int dim

Definition at line 43 of file ex24.cpp.