LIMEX plugin
All Classes Functions Variables Typedefs Modules
ug::IntegrationOutputObserver< TDomain, TAlgebra > Class Template Reference

Integration observer: Output using Lua callback. More...

#include <aux_output_observer.hpp>

Inheritance diagram for ug::IntegrationOutputObserver< TDomain, TAlgebra >:

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 Member Functions

bool step_process (SmartPtr< grid_function_type > uNew, int step, number time, number dt) OVERRIDE
 
void add_integral_specs (const char *cmp, const char *subsets, int quadOrder, const char *idString)
 

Protected Attributes

std::vector< IntegralSpecsm_vIntegralData
 

Detailed Description

template<class TDomain, class TAlgebra>
class ug::IntegrationOutputObserver< TDomain, TAlgebra >

Integration observer: Output using Lua callback.

! TODO: should be replaced by LUA observer!


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