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

Go to the source code of this file.

Functions

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

Function Documentation

◆ f_natural()

real_t f_natural ( const Vector & x)

Definition at line 443 of file ex5.cpp.

◆ fFun()

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

Definition at line 426 of file ex5.cpp.

◆ gFun()

real_t gFun ( const Vector & x)

Definition at line 431 of file ex5.cpp.

◆ main()

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

Definition at line 53 of file ex5.cpp.

◆ pFun_ex()

real_t pFun_ex ( const Vector & x)

Definition at line 412 of file ex5.cpp.

◆ uFun_ex()

void uFun_ex ( const Vector & x,
Vector & u )

Definition at line 392 of file ex5.cpp.