Flow123d  jenkins-Flow123d-windows32-release-multijob-51
field.cc
Go to the documentation of this file.
1 /*
2  * field.cc
3  *
4  * Created on: Feb 13, 2014
5  * Author: jb
6  */
7 
8 #include "system/exceptions.hh"
9 #include "mesh/mesh.h"
10 
11 #include "fields/field_algo_base.impl.hh" // for instantiation macros
12 
13 #include "field.hh"
14 #include "fields/field.impl.hh"
15 
16 
17 
18 /****************************************************************************
19  * Instances of field templates
20  */
21 
22 
23 
Class template representing a field with values dependent on: point, element, and region...
Definition: field.hh:48
???
#define INSTANCE_ALL(field)
Class for representation of a vector of fields of the same physical quantity.
Definition: field.hh:309