Flow123d
release_3.0.0-968-gc87a28e79
|
Go to the documentation of this file.
18 #ifndef FIELD_FORMULA_HH_
19 #define FIELD_FORMULA_HH_
52 template <
int spacedim,
class Value>
69 bool set_time(
const TimeStep &time)
override;
76 void set_mesh(
const Mesh *mesh,
bool boundary_domain)
override;
100 inline arma::vec eval_depth_var(
const Point &p);
Basic time management class.
static constexpr bool value
Space< spacedim >::Point Point
Helper struct stores data for initizalize descentants of FieldAlgorithmBase.
Representation of one time step..