#include "b2boundary_condition.H"
Public Types | |
enum | Type { none = 0 , constant = 1 , conservative = 2 , noconservative = 3 } |
Public Member Functions | |
virtual Type | get_type () const =0 |
![]() | |
virtual const std::string & | get_object_name () const |
virtual | ~Object () |
Additional Inherited Members | |
![]() | |
static ObjectType | type |
Abstract class defining the interface for discretized natural boundary condition definitions.
The different types of natural boundary conditions.
|
pure virtual |