Open rath3t opened 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.
globalSolution
Dense and sparse assemblers are used in the example. Modify it such that only a sparse assembler is used.
The above is corrected using #23.
globalSolution
is still to be corrected differentiating the nomenclature of displacement and pressure for this example.