nufi, still need to marry with deal.ii s poisson

This commit is contained in:
Vasco C. B. Ferreira
2026-03-08 02:26:43 +01:00
parent dbb3b21a67
commit 20fcb2848a
5 changed files with 151 additions and 6 deletions
+10 -4
View File
@@ -3,15 +3,21 @@
#include "parameters.hpp"
#include "poisson_problem.hpp"
#include "nufi_solver.hpp"
int main()
{
try
{
PoissonProblem<Parameters::DIMENSION> poisson_problem(Parameters::FE_DEGREE,
Parameters::NV);
poisson_problem.run();
// PoissonProblem<Parameters::DIMENSION> poisson_problem(Parameters::FE_DEGREE,
// Parameters::NV);
//
// poisson_problem.run();
NuFISolver solver;
solver.run();
}
catch (std::exception &exc)
{
std::cerr << std::endl