made better

This commit is contained in:
dino.celebic 2026-01-26 17:56:16 +01:00
commit 1151fb33b2
4 changed files with 56 additions and 14 deletions

View file

@ -231,8 +231,10 @@ public:
[[nodiscard]] virtual std::vector<int> Index_DirichletNodes() const;
[[nodiscard]] std::tuple<double,double> AverageVectorFunction_perSubdomain(std::vector<double> &v, int target_sd) const;
[[nodiscard]] double AverageVectorFunction_perSubdomain(std::vector<double> &v, int target_sd) const;
[[nodiscard]] double CheckTemp_mult(std::vector<double> &v, int target_sd, double goal_temp) const;
/**
* Determines the indices of those vertices with Dirichlet boundary conditions.
*