|
HybridADRSolver
|
Manufactured exact solution: \( u(\mathbf{x}) = \prod \sin(\pi x_i) \). More...
#include <problem_definition.h>


Public Member Functions | |
| double | value (const Point< dim > &p, const unsigned int) const override |
| Evaluates the exact solution at point p. | |
| Tensor< 1, dim > | gradient (const Point< dim > &p, const unsigned int) const override |
| Evaluates the gradient of the exact solution at point p. | |
Manufactured exact solution: \( u(\mathbf{x}) = \prod \sin(\pi x_i) \).
This function is used to verify the solver accuracy. It satisfies homogeneous Dirichlet boundary conditions on the unit hypercube (except where we manually apply Neumann).
|
inlineoverride |
Evaluates the gradient of the exact solution at point p.
|
inlineoverride |
Evaluates the exact solution at point p.
| p | The evaluation point. |