Metadata-Version: 2.1
Name: dune-fem
Version: 2.8.0.dev20210318
Summary: A discretization module providing an implementation of mathematical abstractions to solve PDEs on parallel computers including local grid adaptivity, dynamic load balancing, and higher order discretization schemes
Home-page: https://gitlab.dune-project.org/dune-fem/dune-fem
Author: The Dune-Fem developer team
Author-email: dune-fem@lists.dune-project.org
License: UNKNOWN
Description: DUNE-FEM
        ========
        
        [DUNE-FEM][0] is a [Distributed and Unified Numerics Environment][1]
        module which defines interfaces for implementing discretization methods like Finite Element Methods (FEM)
        and Finite Volume Methods (FV) and Discontinuous Galerkin Methods (DG).
        
        If you need help, please ask on our [mailinglist][5]. Bugs can also be submitted
        to the DUNE-FEM [bugtracker][6] instead.
        
        Dependencies
        ------------
        
        DUNE-FEM requires a recent C++ compiler (e.g. g++ or clang),
        cmake, pkg-config (see DUNE [installation][2] for details)
        and depends on the following DUNE modules:
        
        * [dune-common][10]
        
        * [dune-geometry][11]
        
        * [dune-grid][12]
        
        The following DUNE modules are suggested:
        
        * [dune-istl][13]
        
        * [dune-localfunctions][14]
        
        * [dune-alugrid][8]
        
        * [dune-spgrid][9]
        
        The following software is optional:
        
        * [Eigen][4]
        
        * [PAPI][17]
        
        * [PETSc][3]
        
        * [SIONlib][16]
        
        * [SuiteSparse][15]
        
        License
        -------
        
        The DUNE-FEM library, headers and test programs are free open-source software,
        licensed under version 2 or later of the GNU General Public License.
        
        See the file [LICENSE][7] for full copying permissions.
        
        
        References
        ----------
        
        A detailed description of DUNE-FEM can be found in
        
        * A. Dedner, R. Klöfkorn, M. Nolte, and M. Ohlberger. A Generic Interface for Parallel and Adaptive Scientific Computing:
          Abstraction Principles and the DUNE-FEM Module.
          Computing, 90(3-4):165--196, 2010. http://dx.doi.org/10.1007/s00607-010-0110-3
        
        * A. Dedner, R. Klöfkorn, and M. Nolte. Python Bindings for the DUNE-FEM module.
          Zenodoo, 2020 http://dx.doi.org/10.5281/zenodo.3706994
        
        
        Tutorial
        --------
        
        A [tutorial][18] for the recently added Python bindings can be found [here][18].
        
        Installation
        ------------
        
        **Using pip**
        
        dune-fem can be installed using the Package Index of Python (pip).
        
        ```
        pip install dune-fem
        ```
        
        See https://dune-project.org/doc/installation-pip/ for a more detailed
        description.
        
        **From source**
        
        For a full explanation of the DUNE installation process please read
        the [installation notes][2].
        
        When using the main branch observe the [build status][19]
        to make sure you get a working version.
        
         [0]: https://www.dune-project.org/modules/dune-fem/
         [1]: https://www.dune-project.org
         [2]: https://www.dune-project.org/doc/installation/
         [3]: http://www.mcs.anl.gov/petsc/
         [4]: http://eigen.tuxfamily.org
         [5]: http://lists.dune-project.org/mailman/listinfo/dune-fem
         [6]: http://gitlab.dune-project.org/dune-fem/dune-fem/issues
         [7]: LICENSE.md
         [8]: http://gitlab.dune-project.org/extensions/dune-alugrid
         [9]: http://gitlab.dune-project.org/extensions/dune-spgrid
         [10]: http://gitlab.dune-project.org/core/dune-common
         [11]: http://gitlab.dune-project.org/core/dune-geometry
         [12]: http://gitlab.dune-project.org/core/dune-grid
         [13]: http://gitlab.dune-project.org/core/dune-istl
         [14]: http://gitlab.dune-project.org/core/dune-localfunctions
         [15]: http://faculty.cse.tamu.edu/davis/suitesparse.html
         [16]: http://www.fz-juelich.de/jsc/sionlib
         [17]: http://icl.cs.utk.edu/papi/software/index.html
         [18]: https://dune-project.org/sphinx/content/sphinx/dune-fem/
         [19]: https://gitlab.dune-project.org/dune-fem/dune-fem/-/pipelines/
        
        
        git-c15f560afac12731d0088da38e6be2c9cfc95c19
        
Platform: UNKNOWN
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Requires-Python: >=3.4
Description-Content-Type: text/markdown
