Plugins
|
Integration observer: Output using Lua callback. More...
#include <time_integrator.hpp>
Classes | |
struct | IntegralSpecs |
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 | |
void | add_integral_specs (const char *cmp, const char *subsets, int quadOrder, const char *idString) |
IntegrationOutputObserver () | |
bool | step_process (SmartPtr< grid_function_type > uNew, int step, number time, number dt) OVERRIDE |
virtual | ~IntegrationOutputObserver () |
Public Member Functions inherited from ug::ITimeIntegratorObserver< TDomain, TAlgebra > | |
virtual | ~ITimeIntegratorObserver () |
Protected Attributes | |
std::vector< IntegralSpecs > | m_vIntegralData |
Integration observer: Output using Lua callback.
! TODO: should be replaced by LUA observer!
typedef ITimeIntegratorObserver<TDomain, TAlgebra> ug::IntegrationOutputObserver< TDomain, TAlgebra >::base_type |
typedef GridFunction<TDomain, TAlgebra> ug::IntegrationOutputObserver< TDomain, TAlgebra >::grid_function_type |
typedef VTKOutput<TDomain::dim> ug::IntegrationOutputObserver< TDomain, TAlgebra >::vtk_type |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
protected |