https://github.com/hpc-maths/GenEO
Raw File
Tip revision: 8cfb272518a47a1ea20715e6c0e5182632e7b591 authored by Loic Gouarin on 21 May 2024, 17:47:31 UTC
Create AUTHORS.txt
Tip revision: 8cfb272
environment.yml
name: petsc-geneo
channels:
  - conda-forge
dependencies:
    - numpy
    - scipy
    - matplotlib
    - sympy
    - cython
    - mpi4py
    - petsc4py
    - slepc4py
    - fenics-dolfinx
back to top