#include <ClpFixup.h>
Inheritance diagram for ClpFixup< VectorType, FixupType, AuxVectorType, dim >:

Public Types | |
| typedef ClpIntegrator< VectorType, AuxVectorType, dim > | integrator_type |
| typedef base::vec_grid_data_type | vec_grid_data_type |
| typedef base::ld_vec_grid_data_type | ld_vec_grid_data_type |
Public Member Functions | |
| ClpFixup (integrator_type &integ) | |
Protected Member Functions | |
| void | CorrectFirstOrder (const int Time, const int Level, const int c, const double tc, const double tf, const double dt, const int &mdim) |
| virtual void | AddFluxes (const int Time, const int Level, const int c, vec_grid_data_type *flux[], const double tc, const double tf, const double dt, const int &mdim) |
| integrator_type & | Integrator_ () |
| const integrator_type & | Integrator_ () const |
| const int & | NGhosts () const |
| typedef ClpIntegrator<VectorType,AuxVectorType,dim> ClpFixup< VectorType, FixupType, AuxVectorType, dim >::integrator_type |
| typedef base::ld_vec_grid_data_type ClpFixup< VectorType, FixupType, AuxVectorType, dim >::ld_vec_grid_data_type |
| typedef base::vec_grid_data_type ClpFixup< VectorType, FixupType, AuxVectorType, dim >::vec_grid_data_type |
| ClpFixup< VectorType, FixupType, AuxVectorType, dim >::ClpFixup | ( | integrator_type & | integ | ) | [inline] |
| virtual void ClpFixup< VectorType, FixupType, AuxVectorType, dim >::AddFluxes | ( | const int | Time, | |
| const int | Level, | |||
| const int | c, | |||
| vec_grid_data_type * | flux[], | |||
| const double | tc, | |||
| const double | tf, | |||
| const double | dt, | |||
| const int & | mdim | |||
| ) | [inline, protected, virtual] |
| void ClpFixup< VectorType, FixupType, AuxVectorType, dim >::CorrectFirstOrder | ( | const int | Time, | |
| const int | Level, | |||
| const int | c, | |||
| const double | tc, | |||
| const double | tf, | |||
| const double | dt, | |||
| const int & | mdim | |||
| ) | [inline, protected] |
| const integrator_type& ClpFixup< VectorType, FixupType, AuxVectorType, dim >::Integrator_ | ( | ) | const [inline, protected] |
| integrator_type& ClpFixup< VectorType, FixupType, AuxVectorType, dim >::Integrator_ | ( | ) | [inline, protected] |
| const int& ClpFixup< VectorType, FixupType, AuxVectorType, dim >::NGhosts | ( | ) | const [inline, protected] |