Metadata-Version: 2.1
Name: dune-fem
Version: 2.8.0.dev20201204
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 Core developers
Author-email: dune-fem@lists.dune-project.org
License: UNKNOWN
Description: DUNE-FEM
        ========
        
        [![build status](https://gitlab.dune-project.org/dune-fem/dune-fem-test/badges/master/build.svg)](https://gitlab.dune-project.org/dune-fem/dune-fem-test/commits/master)
        
        [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 GCC (5+) or clang (3.8+) 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.
        
        Installation
        ------------
        
        For a full explanation of the DUNE installation process please read
        the [installation notes][2].
        
         [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
        
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
