ikarus-project / ikarus-examples

https://ikarus-project.github.io
Other
0 stars 1 forks source link

Incompressible examples uses displacement for globalSolution notion #8

Open rath3t opened 1 year ago

tarun-mitruka commented 1 year ago

Dense and sparse assemblers are used in the example. Modify it such that only a sparse assembler is used.

  auto sparseFlatAssembler = SparseFlatAssembler(fes, dirichletValues);
  auto denseFlatAssembler  = DenseFlatAssembler(fes, dirichletValues);

The above is corrected using #23.

globalSolution is still to be corrected differentiating the nomenclature of displacement and pressure for this example.