Re: [deal.II] Sparsity pattern error in the context of diffuse domain with hp-capability and CIP

2024-05-04 Thread Simon Sticko
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

Re: [deal.II] Sparsity pattern error in the context of diffuse domain with hp-capability and CIP

2024-05-04 Thread Simon Sticko
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

[deal.II] Re: Problem with AffineConstraints for periodicity and MeshWorker in parallel

2024-05-04 Thread Praveen C
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(::copy_local_to_global,this,std::placeholders::_1), scratch_data, task_data, MeshWorker::assemble_own_cells); which

[deal.II] Problem with AffineConstraints for periodicity and MeshWorker in parallel

2024-05-04 Thread Praveen C
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