#include <advreact.hpp>
Advection-Reaction solver.
An interior penalty stabilized advection-reaction solver. It solves the following equation: sigma * phi + beta^T grad phi = f on the domain phi = g on the inflow boundary the inflow boundary is detected through beta
Public Types | |
|
typedef boost::shared_ptr < backend_type > | backend_ptrtype |
| typedef Backend< value_type > | backend_type |
| typedef space_type::element_type | element_type |
| typedef space_type::mesh_ptrtype | mesh_ptrtype |
| typedef space_type::mesh_type | mesh_type |
|
typedef boost::shared_ptr < space_type > | space_ptrtype |
| typedef Space | space_type |
| typedef space_type::value_type | value_type |
Static Public Attributes | |
| static const uint16_type | Dim = space_type::nDim |
| static const value_type | polyOrder = space_type::basis_type::nOrder |
1.8.5