|
libMesh
|
Go to the source code of this file.
Functions | |
| Real | exact_solution (const int component, const Real x, const Real y, const Real z=0.) |
| This is the exact solution that we are trying to obtain. More... | |
| Real exact_solution | ( | const int | component, |
| const Real | x, | ||
| const Real | y, | ||
| const Real | z = 0. |
||
| ) |
This is the exact solution that we are trying to obtain.
We will solve
and take a finite difference approximation using this function to get f. This is the well-known "method of manufactured solutions".
Definition at line 39 of file exact_solution.C.
1.8.14