MFEM  v4.6.0
Finite element discretization library
Functions
ex36.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 441 of file ex36.cpp.

◆ exact_solution_obstacle()

double exact_solution_obstacle ( const Vector pt)

Definition at line 423 of file ex36.cpp.

◆ main()

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

Definition at line 75 of file ex36.cpp.

◆ spherical_obstacle()

double spherical_obstacle ( const Vector pt)

Definition at line 401 of file ex36.cpp.