Re: [deal.II] Quasi Static Compressible Finit Strain for Heterogenous Hyperelastic material

2020-11-11 Thread Jean-Paul Pelteret
Hi Animesh, All of this seems reasonable to me. When you ask each PointHistory class instance for its stress etc., it will forward the call to the specific material instance that is initialised with one of the two sets of material parameters that you're setting in the parameters file. Best,

Re: [deal.II] Re: Error with boost after installing dealii with spack

2020-11-11 Thread Jean-Paul Pelteret
Hi Christian, It sounds like what might be happening is that your project is preferrentially picking up a system boost rather than the one that you've compiled deal.II with. Marc's suggestion of building the development version with that patch (#11024

[deal.II] Re: Error with boost after installing dealii with spack

2020-11-11 Thread Marc Fehling
Hi Christian! Right now I have two things in mind that you could try out: - Configure your own project with cmake from scratch, if you haven't already done so. - Build deal.II with the bundled version of boost and see if the problem persists. You can also try out to build deal.II w

[deal.II] Error with boost after installing dealii with spack

2020-11-11 Thread 'Christian Burkhardt' via deal.II User Group
Hi everyone, I'm currently trying to install dealii@9.2.0 on our hpc cluster (Centos 7) using spack. While trying to install it using the 'releases/v0.15' branch, I faced a similar problem as reported in (omp_simd error in step-67 when installing deal.ii 9.2.0 with spack) and could workaround

Re: [deal.II] Use Gmsh to import external grid calculation elasticity problem

2020-11-11 Thread Wolfgang Bangerth
On 11/10/20 8:53 PM, Nick Wang wrote: I probably understand that I need to add a vector force to change my right hand matrix But I am not very good at modifying this part of the content through code of Deal.ii How can mathematical knowledge be transformed into deal.ii code? So do I need to repl