moved NufiSolver::run to main

This commit is contained in:
VCB Ferreira
2026-08-02 23:48:12 +02:00
parent 14856c7ce0
commit cab3af2004
4 changed files with 123 additions and 137 deletions
-1
View File
@@ -81,7 +81,6 @@ public:
unsigned int get_dof_size();
void set_rhs_function(
std::function<std::vector<double>(const std::vector<Point<dim>> &)> f);
// void set_rhs(const Vector<double> &new_rhs) { rhs = new_rhs; }
const Vector<double> &get_solution() const { return solution; }
const MappingQ<dim> &get_mapping() const { return mapping; }