made better
This commit is contained in:
parent
c39a976ebd
commit
1151fb33b2
4 changed files with 56 additions and 14 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue