calculate average temperature in mug

This commit is contained in:
jakob.schratter 2026-01-26 09:20:41 +01:00
commit e458b93b28
5 changed files with 5398 additions and 5361 deletions

View file

@ -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;
/**