fenics — Easy Playground
Finite element computing for PDEs and scientific modeling
Getting started with fenicsRun locally
Install
conda install -c conda-forge fenicsPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: fenics)
fenics is a third-party package. Finite element computing for PDEs and scientific modeling. Install with: conda install -c conda-forge fenics
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?