#include <ClpSetAux.h>
Public Types | |
typedef integrator_type::vec_grid_data_type | vec_grid_data_type |
typedef void(*) | generic_func_type () |
Public Member Functions | |
ClpSetAux (integrator_type &integ) | |
ClpSetAux (integrator_type &integ, generic_func_type aux) | |
const integrator_type & | Integrator () const |
const int & | NEquations () const |
const int & | NGhosts () const |
const int & | NAux () const |
const GridHierarchy & | GH () const |
Protected Attributes | |
integrator_type & | _integrator |
generic_func_type | f_aux |
The class uses a generic interface to f_setaux to set auxiliary data.
typedef void(*) ClpSetAux< VectorType, AuxVectorType, dim >::generic_func_type() |
typedef integrator_type::vec_grid_data_type ClpSetAux< VectorType, AuxVectorType, dim >::vec_grid_data_type |
ClpSetAux< VectorType, AuxVectorType, dim >::ClpSetAux | ( | integrator_type & | integ | ) | [inline] |
ClpSetAux< VectorType, AuxVectorType, dim >::ClpSetAux | ( | integrator_type & | integ, | |
generic_func_type | aux | |||
) | [inline] |
const GridHierarchy& ClpSetAux< VectorType, AuxVectorType, dim >::GH | ( | ) | const [inline] |
const integrator_type& ClpSetAux< VectorType, AuxVectorType, dim >::Integrator | ( | ) | const [inline] |
const int& ClpSetAux< VectorType, AuxVectorType, dim >::NAux | ( | ) | const [inline] |
const int& ClpSetAux< VectorType, AuxVectorType, dim >::NEquations | ( | ) | const [inline] |
const int& ClpSetAux< VectorType, AuxVectorType, dim >::NGhosts | ( | ) | const [inline] |
integrator_type& ClpSetAux< VectorType, AuxVectorType, dim >::_integrator [protected] |
generic_func_type ClpSetAux< VectorType, AuxVectorType, dim >::f_aux [protected] |