Plugins
ug::PlotRefOutputObserver< TDomain, TAlgebra > Class Template Reference

#include <time_integrator.hpp>

+ Inheritance diagram for ug::PlotRefOutputObserver< TDomain, TAlgebra >:

Public Types

typedef ITimeIntegratorObserver< TDomain, TAlgebra > base_type
 
typedef GridFunction< TDomain, TAlgebra > grid_function_type
 
typedef VTKOutput< TDomain::dimvtk_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_typem_sp_vtk
 
SmartPtr< UserData< number, grid_function_type::dim > > m_spReference
 

Member Typedef Documentation

◆ base_type

template<class TDomain , class TAlgebra >
typedef ITimeIntegratorObserver<TDomain, TAlgebra> ug::PlotRefOutputObserver< TDomain, TAlgebra >::base_type

◆ grid_function_type

template<class TDomain , class TAlgebra >
typedef GridFunction<TDomain, TAlgebra> ug::PlotRefOutputObserver< TDomain, TAlgebra >::grid_function_type

◆ vtk_type

template<class TDomain , class TAlgebra >
typedef VTKOutput<TDomain::dim> ug::PlotRefOutputObserver< TDomain, TAlgebra >::vtk_type

Constructor & Destructor Documentation

◆ PlotRefOutputObserver()

template<class TDomain , class TAlgebra >
ug::PlotRefOutputObserver< TDomain, TAlgebra >::PlotRefOutputObserver ( SmartPtr< UserData< number, grid_function_type::dim > >  spExactSol)
inline

◆ ~PlotRefOutputObserver()

template<class TDomain , class TAlgebra >
virtual ug::PlotRefOutputObserver< TDomain, TAlgebra >::~PlotRefOutputObserver ( )
inlinevirtual

Member Function Documentation

◆ step_process()

template<class TDomain , class TAlgebra >
bool ug::PlotRefOutputObserver< TDomain, TAlgebra >::step_process ( SmartPtr< grid_function_type uNew,
int  step,
number  time,
number  dt 
)
inlinevirtual

Member Data Documentation

◆ m_sp_vtk

template<class TDomain , class TAlgebra >
SmartPtr<vtk_type> ug::PlotRefOutputObserver< TDomain, TAlgebra >::m_sp_vtk
protected

◆ m_spReference


The documentation for this class was generated from the following file: