pymor / docker-testing

Docker images to facilitate pymor testing
https://pymor.org
1 stars 0 forks source link

dealii support #4

Open sdrave opened 7 years ago

sdrave commented 7 years ago

It would be nice to include pymor-dealii in the images ...

renefritze commented 7 years ago

Manually bumping required versions for deal.II and pymor-deal.II in case of updates should be fine, right?

renefritze commented 5 years ago

I've integrated the deal.II bindings package with the deal.II docker image which in turn now feeds into the testing image.

Basically you can soon do docker run pymor/testing:3.7 python -c 'from pymor_dealii.pymor.demo import run; run()' to run the bindings demo