Hi.
1. Is there a way to deal make a correct sparsity pattern accounting for
hanging nodes, FENothing elements and coupling of faces that have ghost penalty
or is this really a feature that isn't implemented in deal.ii ?
If you do not care so much about performance at this stage, you can jus
Hi.
1. Is there a way to deal make a correct sparsity pattern accounting for
hanging nodes, FENothing elements and coupling of faces that have ghost penalty
or is this really a feature that isn't implemented in deal.ii ?
If you do not care so much about performance at this stage, you can jus
I am sorry about this post, it was a bug in my code.
I was doing this
MeshWorker::mesh_loop(
dof_handler.begin_active(),
dof_handler.end(),
cell_assembler,
std::bind(&CGSEM::copy_local_to_global,this,std::placeholders::_1),
scratch_data,
task_data,
MeshWorker::assemble_own_cells);
Hello
In a 2d problem with all periodic bc, I was able to use WorkStream for assembly.
But when I switch to MeshWorker, I get error about constraints (when running in
parallel, serial is ok)
An error occurred in line <2248> of file
in function
types::global_dof_index
dealii::AffineConst