WIAS-PDELib / ExtendableFEM.jl

High Level API Finite Element Methods based on ExtendableGrids and ExtendableFEMBase
MIT License
4 stars 7 forks source link

NonlinearOperator: add kwarg 'sparse_jacobians_pattern' #1

Closed pjaap closed 1 year ago

pjaap commented 1 year ago

This allows to set a custom sparsity pattern for the local jacobians. A nonsmooth nonlinear example 'Thermoforming' is added to test the implementation.