Represents an exact solution to a PDE. More...
#include <solution.h>
Inherits Solution.
Public Member Functions | |
| ExactSolution (Mesh *mesh, exact_fn_t fn) | |
| ExactSolution (Mesh *mesh, exact_vec_fn_t fn) | |
Represents an exact solution to a PDE.
ExactSolution represents an arbitrary user-specified function defined on a domain (mesh), typically an exact solution to a PDE. This can be used to compare an approximate solution with an exact solution (see DiffFilter).
| ExactSolution::ExactSolution | ( | Mesh * | mesh, | |
| exact_fn_t | fn | |||
| ) | [inline] |
| ExactSolution::ExactSolution | ( | Mesh * | mesh, | |
| exact_vec_fn_t | fn | |||
| ) | [inline] |
1.6.3