MFEM  v4.3.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions
ex5.cpp File Reference

Go to the source code of this file.

Functions

void uFun_ex (const Vector &x, Vector &u)
 
double pFun_ex (const Vector &x)
 
void fFun (const Vector &x, Vector &f)
 
double gFun (const Vector &x)
 
double f_natural (const Vector &x)
 
int main (int argc, char *argv[])
 

Function Documentation

double f_natural ( const Vector x)

Definition at line 444 of file ex5.cpp.

void fFun ( const Vector x,
Vector f 
)

Definition at line 427 of file ex5.cpp.

double gFun ( const Vector x)

Definition at line 432 of file ex5.cpp.

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

Definition at line 53 of file ex5.cpp.

double pFun_ex ( const Vector x)

Definition at line 413 of file ex5.cpp.

void uFun_ex ( const Vector x,
Vector u 
)

Definition at line 393 of file ex5.cpp.