add another 67 degree break condition
This commit is contained in:
parent
c9deacfd3c
commit
c39a976ebd
5 changed files with 17 additions and 7 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue