easifem is a command line interface 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.
Project description
easifem
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
Installation
pip install easifem
License
easifem
is distributed under the terms of the MIT license.
Getting started
easifem
provides following subcommands:
- setenv
- install
- run
- clean
setenv
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
.
install
easifem install extpkgs
easifem install base
easifem install classes
easifem install materials
easifem install kernels
easifem install easifem
run
To-do
Following command will be added in the future.
- update
- uninstall
- build
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.