Metadata-Version: 2.1
Name: dune-grid
Version: 2.8.0.dev20210726
Summary: module providing main interfaces for setting and traversing grids
Home-page: https://gitlab.dune-project.org/core/dune-grid
Author: The Dune Core developers
Author-email: dune-devel@lists.dune-project.org
License: UNKNOWN
Description: DUNE-library
        ============
        
        DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
        for solving partial differential equations with grid-based methods.
        
        The main intention is to create slim interfaces allowing an efficient use of
        legacy and/or new libraries. Using C++ techniques DUNE allows to use very
        different implementation of the same concept (i.e. grid, solver, ...) under
        a common interface with a very low overhead.
        
        DUNE was designed with flexibility in mind. It supports easy discretization
        using methods, like Finite Elements, Finite Volume and also Finite
        Differences. Through separation of data structures DUNE allows fast Linear
        Algebra like provided in the ISTL module, or usage of external libraries
        like blas.
        
        This package contains the basic DUNE grid classes.
        
        More information
        ----------------
        
        Check dune-common for more details concerning dependencies, known bugs,
        license and installation.
        
        
        git-7fd4635a69adbfdfeb3bf3f61dc9da5b9cb2fa38
        
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
