#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 |
Public Member Functions inherited from b2000::Object | |
| virtual const std::string & | get_object_name () const |
| virtual | ~Object () |
Additional Inherited Members | |
Static Public Attributes inherited from b2000::Object | |
| static ObjectType | type |
Abstract class defining the interface for discretized natural boundary condition definitions.
The different types of natural boundary conditions.
|
pure virtual |