dune-pdelab
2.4.1
|
Group types and methods to specify the boundary condition of a diffusion problem. More...
#include <dune/pdelab/localoperator/diffusionparam.hh>
Public Types | |
enum | Type { Neumann = 0, Dirichlet = 1 } |
Enum for the Boundary condition type of a diffusion problem. More... | |
Static Public Member Functions | |
static bool | isDirichlet (Type i) |
Test for Dirichlet boundary condition. More... | |
static bool | isNeumann (Type i) |
Test for Neumann boundary condition. More... | |
Group types and methods to specify the boundary condition of a diffusion problem.
|
inlinestatic |
Test for Dirichlet boundary condition.
References Dirichlet.
Referenced by Dune::PDELab::DiffusionCCFV< K, A0, F, B, J, G >::alpha_boundary(), and Dune::PDELab::ConvectionDiffusion_Diffusion_Adapter< K, A0, F, B, G, J >::bctype().
|
inlinestatic |
Test for Neumann boundary condition.
References Neumann.