thelfer / MFrontGenericInterfaceSupport

This project aims at providing support for MFront generic behaviours. This project can be embedded in open-source and propriary sofware
38 stars 35 forks source link

Orthotropic behaviours in mgis.fenics #62

Closed bleyerj closed 3 years ago

bleyerj commented 3 years ago

This PR allows the use of defining material rotation from the FEniCS side.

A demo illustrating such features will follow in a separate PR.

This PR also includes some improvements on the definition of spatially variable material properties which can now be any FEniCS object which can be interpolated or projected onto a Quadrature function space e.g. Constants, Expressions or functions defined on another function space...