PeriHub / PeriLab.jl

Welcome to Peridynamic Laboratory (PeriLab), a powerful software solution designed for tackling Peridynamic problems.
https://perihub.github.io/PeriLab.jl/
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

[Feature]: Block Wise Defintion of pre calculation #193

Closed CWillberg closed 2 weeks ago

CWillberg commented 3 weeks ago

What are you trying to do and how would you want to do it differently?

I would like to have a similar defintion as for the other models.

Is it something you currently cannot do? Is this related to an issue/problem?

For all blocks the pre calculation is performed. If you have a mixed model, you will calculate deformation gradients in regions where you do not need them.

Implementation details

copy the same strategy as for the other models. In yaml there will be a Pre calculation block with the models set to true or false. This models are defined in the blocks.

Would you be willing to submit a PR?

No