scientificcomputing / scifem

Scientific finite element toolbox
https://scientificcomputing.github.io/scifem/
MIT License
7 stars 0 forks source link

Additional features reducing user boilerplate code #26

Open bleyerj opened 4 days ago

bleyerj commented 4 days ago

Thanks for this initiative.

Is it the right place to add high level functions to reduce boilerplate code for some user applications ?

For instance, here are the following features that I find painful to do and would be nice to have in a package:

jorgensd commented 23 hours ago

Hi Jeremy. I think several of these functions will be useful. One thing I would like is a generic eigen-solver interface. As I do not have expertise in that area, would you like to set that up?

I'll make a PR for mark_entities equivalent soon, and tag you for a review:)

jorgensd commented 11 hours ago

@bleyerj where exactly in the Newton solver would you like a call-back? Pre or post solve?