Hello,
I am trying to merge two triangulations into a single one. However, I am getting the following error:
An error occurred in line <11736> of file </tmp/vinayak/spack-stage/spack-stage-dealii-9.4.2-4haiezd5dty7b537inhxmeebwxllx4gs/spack-src/source/grid/tria.cc> in function
void dealii::Triangulation<<anonymous>, <anonymous> >::create_triangulation(const std::vector<dealii::Point<spacedim> >&, const std::vector<dealii::CellData<dim> >&, const dealii::SubCellData&) [with int dim = 1; int spacedim = 3]
The violated condition was:
!(correct(i, j) ^ (neighbor->direction_flag() == (*cell)->direction_flag()))
Additional information:
(none)
I am using the dealii 9.4.0 version.
I have attached the two triangulations that need to be merged and the .cc file to reproduce the error.
Can someone help me with this?
Thanks
Vinayak