|
HybridADRSolver
|
Analytic Neumann flux for the Right boundary (x=1). More...
#include <problem_definition.h>


Public Member Functions | |
| double | value (const Point< dim > &p, const unsigned int) const override |
Analytic Neumann flux for the Right boundary (x=1).
Calculates \( \nabla u \cdot \mathbf{n} \) at x=1, where \( \mathbf{n} = (1, 0, \dots)^T \). Since \( \cos(\pi) = -1 \), the flux is negative.
|
inlineoverride |