emg3d Gallery#
- Release:
1.8.3
- Date:
04 July 2024
- Source:
Gallery for emg3d, a multigrid solver for 3D electromagnetic diffusion [WeMS19].
Workflow#
To install and activate the environment:
make install
conda activate emg3d-gallery
To create the entire gallery:
make html
To build the docs for just a particular file:
make example FILE=minimum_example.py
To remove the environment:
make remove