Flow123d  jenkins-Flow123d-windows32-release-multijob-51
field_algo_base.cc
Go to the documentation of this file.
1 /*
2  * field_algo_base.cc
3  *
4  * Created on: Dec 4, 2012
5  * Author: jb
6  */
7 
8 
9 
10 
11 
12 
13 /**
14  * @file Instantiation of descendants of the FieldBase<...>
15  */
17 
24 #include "fields/field_fe.impl.hh"
25 
26 
34 
35 template class FieldAddPotential<3, FieldValue<0>::Scalar >;
36 //template class FieldAddPotential<2, FieldValue<0>::Scalar >;
37 
38 
#define INSTANCE_ALL(field)