SCOREC / mumfim

MuMFiM: Multiscale Modeling of Fibrous Materials
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Refactor: Use AssembleIntegratorIntoLAS #31

Closed jacobmerson closed 2 years ago

jacobmerson commented 2 years ago

Assembling the integrator into LAS is a pattern that's use in the Assemble functions of LinearTissue, MultiscaleTissue, and NonlinearTissue.

This refactor has already been applied to MultiscaleTissue in the minimum-stiffness branch to more easily apply multiple constitutive laws in parallel. Identical code is located in the other places.