Plugins
|
#include <time_integrator.hpp>
Public Types | |
typedef ITimeIntegratorObserver< TDomain, TAlgebra > | base_type |
typedef GridFunction< TDomain, TAlgebra > | grid_function_type |
typedef VTKOutput< TDomain::dim > | vtk_type |
Public Types inherited from ug::ITimeIntegratorObserver< TDomain, TAlgebra > | |
typedef GridFunction< TDomain, TAlgebra > | grid_function_type |
Public Member Functions | |
PlotRefOutputObserver (SmartPtr< UserData< number, grid_function_type::dim > > spExactSol) | |
bool | step_process (SmartPtr< grid_function_type > uNew, int step, number time, number dt) OVERRIDE |
virtual | ~PlotRefOutputObserver () |
Public Member Functions inherited from ug::ITimeIntegratorObserver< TDomain, TAlgebra > | |
virtual | ~ITimeIntegratorObserver () |
Protected Attributes | |
SmartPtr< vtk_type > | m_sp_vtk |
SmartPtr< UserData< number, grid_function_type::dim > > | m_spReference |
typedef ITimeIntegratorObserver<TDomain, TAlgebra> ug::PlotRefOutputObserver< TDomain, TAlgebra >::base_type |
typedef GridFunction<TDomain, TAlgebra> ug::PlotRefOutputObserver< TDomain, TAlgebra >::grid_function_type |
typedef VTKOutput<TDomain::dim> ug::PlotRefOutputObserver< TDomain, TAlgebra >::vtk_type |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |