Metadata-Version: 2.1
Name: easifem
Version: 23.7.2
Summary: 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-URL: Documentation, https://github.com/vickysharma0812/easifem#readme
Project-URL: Issues, https://github.com/vickysharma0812/easifem/issues
Project-URL: Source, https://github.com/vickysharma0812/easifem
Author-email: Vikas Sharma <Vickysharma0812@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: FEM,Fortran,Modern Fortran,application,cli,command line interface,easifem,engineering,finite element method,high performance computing,scientific computations,scientific library
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: rich>=13
Description-Content-Type: text/markdown

# easifem

[![PyPI - Version](https://img.shields.io/pypi/v/easifem-cli.svg)](https://pypi.org/project/easifem)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/easifem-cli.svg)](https://pypi.org/project/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](#installation)
- [License](#license)

## Installation

```console
pip install easifem
```

## License

`easifem` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Getting started

`easifem` provides following subcommands:

1. setenv
2. install
3. run
4. clean


## `setenv`

```bash
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

```bash
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
