Metadata-Version: 2.4
Name: dolfinx-solver
Version: 0.11.0.post0
Summary: DOLFINx (FEniCSx) as a binary wheel: installs the complex-scalar build
Author-email: oslumen community <contact@oslumen.org>
Maintainer-email: Benjamin Vial <benjamin.vial84@gmail.com>
License-Expression: LGPL-3.0-or-later
Project-URL: Bug Tracker, https://github.com/benvial/dolfinx-solver/issues
Project-URL: Homepage, https://github.com/benvial/dolfinx-solver
Project-URL: Repository, https://github.com/benvial/dolfinx-solver
Keywords: dolfinx,fenics,fenicsx,finite element
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.GPL-3.0
Requires-Dist: dolfinx-solver-complex==0.11.0.post0
Dynamic: license-file

# dolfinx-solver

`pip install dolfinx-solver` installs [`dolfinx-solver-complex`](https://pypi.org/project/dolfinx-solver-complex/),
the complex-scalar build of DOLFINx (FEniCSx) with PETSc and SLEPc inside the
wheel. This project ships no binaries of its own — it exists so the bare name
resolves to a working default.

PETSc's scalar type is baked into the binaries, so the real-scalar build is a
separate distribution, `dolfinx-solver-real`, published later. Install that
name directly when you want real scalars.

Linux x86_64 only. See the [repository](https://github.com/benvial/dolfinx-solver)
for the installation constraints (MPICH-family MPI, one environment per
install).
