calculate average temperature in mug
This commit is contained in:
parent
bbceb5cf06
commit
e458b93b28
5 changed files with 5398 additions and 5361 deletions
|
|
@ -229,6 +229,9 @@ public:
|
|||
* Vector _bedges is currently not included in the 3D input file.
|
||||
*/
|
||||
[[nodiscard]] virtual std::vector<int> Index_DirichletNodes() const;
|
||||
|
||||
|
||||
[[nodiscard]] double AverageVectorFunction_perSubdomain(std::vector<double> &v, int target_sd) const;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue