easifem is a command line interface (CLI) for using EASIFEM library.
Expandable And Scalable Infrastructure for Finite Element Methods, EASIFEM, is Modern Fortran framework for solving partial differential equations (PDEs) using finite element methods. EASIFEM eases the efforts to develop scientific programs in Fortran. It is meant for researchers, scientists, and engineers using Fortran to implement numerical methods for solving the initial-boundary-value problems (IBVPs)."
Table of Contents
pip install easifem
easifem
is distributed under the terms of the MIT license.
easifem
provides following subcommands:
- setenv
- install
- run
- clean
easifem setenv --install="PATH_INSTALL_DIR" --build="PATH_BUILD_DIR" --source="PATH_SOURCE_DIR"
This will create easifemvar.sh
(for Bash and Zsh) and easifemvar.fish
for (Fish shell). These files will be located at ~/.config/easifem
.
easifem install extpkgs
easifem install base
easifem install classes
easifem install materials
easifem install kernels
easifem install easifem
Following command will be added in the future.
- update
- uninstall
- build