add another 67 degree break condition

This commit is contained in:
dino.celebic 2026-01-26 17:24:33 +01:00
commit c39a976ebd
5 changed files with 17 additions and 7 deletions

View file

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