Closed smasuti closed 2 years ago
Hi Sagar,
Sorry for the super late response. The current version of the code is now compatible with deal.ii 8.5.0. The next version of the code which will be released by August 5th will be compatible with the most recent deal.ii version.
Mohammadreza
I am interested in the plasticity modelling for rocks. So I was playing with this code. I compiled the latest dealii version 9.0.0 with petsc and p4est successfully. However, when I try to compile any of the applications in the /applications/continuumPlasticity directory, I get the following error
'deal.II/lac/compressed_simple_sparsity_pattern.h' file not found
And when tried to comment it in the include/dealIIheaders.h and make
'deal.II/lac/petsc_vector.h' file not found
Looks like petsc_vector.h has been renamed to petsc_vector_base.h. However, I could not figure out the problem with the compressed_simple_sparsity_pattern.h.
Appreciate if you could fix these problems.
Best, Sagar