| _EqUsed | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| _name | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| _Waves | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| AllocGridFluxes(const BBox &bb, vec_grid_data_type **&Flux) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| aux_1_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| aux_2_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| aux_3_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| CalculateGrid(vec_grid_data_type &NewStateVec, vec_grid_data_type &OldStateVec, vec_grid_data_type *Flux[], const int &level, const double &t, const double &dt, const int &mpass) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| CalculateRP(ld_vec_grid_data_type &LeftState, BBox &bbl, double tl, double dtl, ld_vec_grid_data_type &RightState, BBox &bbr, double tr, double dtr, ld_vec_grid_data_type &NewState, const int &direction) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| check_1_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| check_2_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| check_3_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| ClpIntegratorBase(const int equ, const int wv) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| ClpIntegratorBase(const int equ, const int wv, generic_func_type check, generic_func_type aux, generic_func_type source) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| ComputeGrid(vec_grid_data_type &StateVec, vec_grid_data_type *Flux[], DataType *aux, const double &t, const double &dt, const int &mpass)=0 | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [pure virtual] |
| ComputeRP(ld_vec_grid_data_type &LeftState, ld_aux_grid_data_type &auxl, ld_vec_grid_data_type &RightState, ld_aux_grid_data_type &auxr, ld_vec_grid_data_type &NewState, const int &direction)=0 | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [pure virtual] |
| ConsInit() | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| ControlGrid(vec_grid_data_type &StateVec, const int &level, const BBox &where, const double &time, const int verbose) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| DeAllocGridFluxes(vec_grid_data_type **&Flux) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| debug(std::ostream &out, const self &P) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| DimExtBBox(const BBox &bb, int mx[], int ibx[]) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| DimSplit() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| f_aux | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| f_chk | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| f_src | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| finish() | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| generic_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| GetAuxFunc() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| GetCheckFunc() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| GetSrcFunc() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| ld_aux_grid_data_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| ld_vec_grid_data_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| limiter | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| method | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| mthlim | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| NAux() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| NCheck() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| NEqUsed() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| NMaxPass() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| NMethodOrder() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| NSrc() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| NWaves() const | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| order | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [protected] |
| register_at(ControlDevice &Ctrl, const std::string &prefix) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| register_at(ControlDevice &Ctrl) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| ResetGrid(vec_grid_data_type &StateVec, vec_grid_data_type &RecoverStateVec, vec_grid_data_type *Flux[], double &cfl, const int &level, const double &t, const int &mpass) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| ResetGridFluxes(vec_grid_data_type **&Flux) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| SetAux(DataType *aux, vec_grid_data_type &StateVec, const double &t, const double &dt) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| SetAuxFunc(generic_func_type aux) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| SetCheckFunc(generic_func_type check) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| SetEqUsed(const int &eq) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| SetSrc(DataType *aux, vec_grid_data_type &StateVec, const double t, const double dt, const int &bnd) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| SetSrcFunc(generic_func_type src) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| SetupData(GridHierarchy *gh, const int &ghosts) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline, virtual] |
| SetWaves(const int &wv) | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |
| source_1_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| source_2_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| source_3_func_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| vec_grid_data_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| vec_grid_fct_type typedef | ClpIntegratorBase< VectorType, AuxVectorType, dim > | |
| ~ClpIntegratorBase() | ClpIntegratorBase< VectorType, AuxVectorType, dim > | [inline] |