Re: [deal.II] Finite Strain Compressibility problem with PETSc Data Structures

2021-01-16 Thread Animesh Rastogi IIT Gandhinagar
Dear Prof. Bangerth, Thank you for your explanation. I have converted matrices and vectors into non-blocked objects and have changed them into PETScWrappers::MPI data types. I would like to use SparseDirectMumps to solve the linear system

Re: [deal.II] ADOL-C not found through SPACK installation of deal.ii 9.2

2021-01-16 Thread Wolfgang Bangerth
On 1/16/21 2:04 AM, Behrooz Karami wrote: Error! This tutorial requires a deal.II library that was configured with   the following options:       DEAL_II_WITH_MPI = ON       DEAL_II_WITH_PETSC = ON       DEAL_II_PETSC_WITH_COMPLEX = OFF However, the deal.II library found at /usr/local was

Re: [deal.II] Multiple FESystem

2021-01-16 Thread Wolfgang Bangerth
On 1/14/21 10:51 AM, Karthi wrote: I have gone through a lot of tutorials. I would like to understand the basic relation between dof_handler and FESystem. I am trying to solve _two_ 4th order equations on the same mesh (or triangulation). And each equation is split into two second order

Re: [deal.II] ADOL-C not found through SPACK installation of deal.ii 9.2

2021-01-16 Thread Behrooz Karami
Hi Jean-Paul, Thanks very much again. '-j 2' worked! And deal.ii 9.2 was successfully installed. It just has remained hopefully a minor issue; as when I test my installation against step-18 I receive the following message showing cmake is looking a wrong place for configurations: Error!