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

Go to the source code of this file.

Functions

double spherical_obstacle (const Vector &pt)
 
double exact_solution_obstacle (const Vector &pt)
 
void exact_solution_gradient_obstacle (const Vector &pt, Vector &grad)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ exact_solution_gradient_obstacle()

void exact_solution_gradient_obstacle ( const Vector pt,
Vector grad 
)

Definition at line 505 of file ex36p.cpp.

◆ exact_solution_obstacle()

double exact_solution_obstacle ( const Vector pt)

Definition at line 487 of file ex36p.cpp.

◆ main()

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

Definition at line 75 of file ex36p.cpp.

◆ spherical_obstacle()

double spherical_obstacle ( const Vector pt)

Definition at line 465 of file ex36p.cpp.