Flow123d  last_with_con_2.0.0-4-g42e6930
Macros
output_time.cc File Reference
#include <string>
#include "system/sys_profiler.hh"
#include "mesh/mesh.h"
#include "input/accessors.hh"
#include "output_time.impl.hh"
#include "output_vtk.hh"
#include "output_msh.hh"
#include "output_mesh.hh"
#include "io/output_time_set.hh"
#include "io/observe.hh"
#include <fields/field_set.hh>

Go to the source code of this file.

Macros

#define INSTANCE_register_field(spacedim, value)
 
#define INSTANCE_register_multifield(spacedim, value)
 
#define INSTANCE_OutputData(spacedim, value)   template class OutputData<value>;
 
#define INSTANCE_DIM_DEP_VALUES(MACRO, dim_from, dim_to)
 
#define INSTANCE_TO_ALL(MACRO, dim_from)
 
#define INSTANCE_ALL(MACRO)
 

Macro Definition Documentation

#define INSTANCE_ALL (   MACRO)
Value:
INSTANCE_TO_ALL( MACRO, 3) \
INSTANCE_TO_ALL( MACRO, 2)
#define INSTANCE_TO_ALL(MACRO, dim_from)
Definition: output_time.cc:267

Definition at line 274 of file output_time.cc.

#define INSTANCE_DIM_DEP_VALUES (   MACRO,
  dim_from,
  dim_to 
)
Value:

Definition at line 263 of file output_time.cc.

#define INSTANCE_OutputData (   spacedim,
  value 
)    template class OutputData<value>;

Definition at line 259 of file output_time.cc.

#define INSTANCE_register_field (   spacedim,
  value 
)
Value:
template void OutputTime::register_data<spacedim, value> \
(const DiscreteSpace ref_type, Field<spacedim, value> &field);
Class template representing a field with values dependent on: point, element, and region...
Definition: field.hh:62

Definition at line 250 of file output_time.cc.

#define INSTANCE_register_multifield (   spacedim,
  value 
)
Value:
template void OutputTime::register_data<spacedim, value> \
(const DiscreteSpace ref_type, MultiField<spacedim, value> &field);
Class for representation of a vector of fields of the same physical quantity.
Definition: multi_field.hh:55

Definition at line 254 of file output_time.cc.

#define INSTANCE_TO_ALL (   MACRO,
  dim_from 
)
Value:
MACRO(dim_from, FieldValue<0>::Enum ) \
MACRO(dim_from, FieldValue<0>::Integer) \
MACRO(dim_from, FieldValue<0>::Scalar) \
INSTANCE_DIM_DEP_VALUES(MACRO, dim_from, 2) \
INSTANCE_DIM_DEP_VALUES(MACRO, dim_from, 3) \

Definition at line 267 of file output_time.cc.