HybridADRSolver
Loading...
Searching...
No Matches
HybridADRSolver::Problems::NeumannFluxRight< dim > Class Template Reference

Analytic Neumann flux for the Right boundary (x=1). More...

#include <problem_definition.h>

Inheritance diagram for HybridADRSolver::Problems::NeumannFluxRight< dim >:
Collaboration diagram for HybridADRSolver::Problems::NeumannFluxRight< dim >:

Public Member Functions

double value (const Point< dim > &p, const unsigned int) const override

Detailed Description

template<int dim>
class HybridADRSolver::Problems::NeumannFluxRight< dim >

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.

Member Function Documentation

◆ value()

template<int dim>
double HybridADRSolver::Problems::NeumannFluxRight< dim >::value ( const Point< dim > & p,
const unsigned int  ) const
inlineoverride

The documentation for this class was generated from the following file: