mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 22:43:17 +02:00
nufi, still need to marry with deal.ii s poisson
This commit is contained in:
+10
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user