Metadata-Version: 2.1
Name: diffusive_solver
Version: 3.0rc6
Summary: Package for solving systems of coupled diffusion equations
Home-page: https://gitlab.com/itorre/diffusive_solver
Author: Iacopo Torre
Author-email: iacopo.torre@icfo.eu
License: UNKNOWN
Description: # Diffusive_solver
        
        ## Project description
        
        Package for solving systems of coupled diffusion equations using Finite
        Element Method (FEM). 
        This package is based on FeniCS project https://fenicsproject.org/.
        
        ## Installation
        
        Diffusive_solvers requires FEniCS. Please refer to the FEmiCS installation
        page https://fenicsproject.org/download/
        
        ## Examples
        
        Please refer to the project repository 
        https://gitlab.com/itorre/diffusive_solver for example notebooks.
        
        ## Cite as
        
        I. Torre "Diffusive solver: a diffusion-equations solver based
        on FEniCS" on arXiv soon
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
