39 using ScalarBuffer = std::vector<Scalar>;
44 void assign(
const unsigned globalDofIdx,
45 const Scalar microbialConcentration,
46 const Scalar oxygenConcentration,
47 const Scalar ureaConcentration,
48 const Scalar biofilmConcentration,
49 const Scalar calciteConcentration);
53 void outputRestart(data::Solution&
sol);
55 void readRestart(
const unsigned globalDofIdx,
56 const unsigned elemIdx,
57 const data::Solution&
sol);
59 bool allocated()
const
60 {
return allocated_; }
63 bool allocated_ =
false;
64 ScalarBuffer cMicrobes_;
65 ScalarBuffer cOxygen_;
67 ScalarBuffer cBiofilm_;
68 ScalarBuffer cCalcite_;
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242