Skip to content
/ cli Public

Command line interface for easifem

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

easifem/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easifem

PyPI - Version PyPI - Python Version

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:

  1. setenv
  2. install
  3. run
  4. 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.

  1. update
  2. uninstall
  3. build

About

Command line interface for easifem

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published