Metadata-Version: 2.4
Name: dorban
Version: 0.0.1
Summary: A neutron diffusion solver with finite difference and nodal implementations
Author-email: Nuclear RAMP team <nuclear.ramp.dev@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Guy Shtotland
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: slepc4py
Requires-Dist: petsc4py
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: multipledispatch
Requires-Dist: more-itertools
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-regressions; extra == "test"
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: jupyter; extra == "test"
Requires-Dist: testbook; extra == "test"
Dynamic: license-file

# DORBAN, Diffusion Of Reactors By Analysing Nodes

## Installation

This package uses slepc4py, so one has to have that installed.
Installing slepc, petsc and their wrappers is somewhat convoluted.
The best way to handle this is to install them with conda or mamba.

We are working on a PyPI distribution of our code, but we will try to
build it for conda as well, to make things easier for you.

The reason you can't just pip install this and be done is that pip
installation from source takes about an hour for a well-configured
machine.


