Flow123d  release_2.2.0-914-gf1a3a4f
Classes | Macros | Functions
observe.cc File Reference
#include <string>
#include <numeric>
#include <cmath>
#include <algorithm>
#include <unordered_set>
#include <queue>
#include "system/global_defs.h"
#include "input/accessors.hh"
#include "input/input_type.hh"
#include "system/armadillo_tools.hh"
#include "mesh/mesh.h"
#include "mesh/bih_tree.hh"
#include "mesh/region.hh"
#include "io/observe.hh"
#include "io/element_data_cache.hh"
#include "fem/mapping_p1.hh"

Go to the source code of this file.

Classes

class  ProjectionHandler< dim >
 
struct  CompareByDist
 

Macros

#define OBSERVE_PREPARE_COMPUTE_DATA(TYPE)
 

Functions

 OBSERVE_PREPARE_COMPUTE_DATA (int)
 
 OBSERVE_PREPARE_COMPUTE_DATA (unsigned int)
 
 OBSERVE_PREPARE_COMPUTE_DATA (double)
 

Macro Definition Documentation

#define OBSERVE_PREPARE_COMPUTE_DATA (   TYPE)
Value:
template ElementDataCache<TYPE> & Observe::prepare_compute_data<TYPE>(std::string field_name, double field_time, \
unsigned int n_rows, unsigned int n_cols)

Definition at line 373 of file observe.cc.

Function Documentation

OBSERVE_PREPARE_COMPUTE_DATA ( int  )
OBSERVE_PREPARE_COMPUTE_DATA ( unsigned  int)
OBSERVE_PREPARE_COMPUTE_DATA ( double  )