https://github.com/hpc-maths/GenEO
Revision 907bdfd332a7ec2c33ea11201cf029397cc15eab authored by Nicole Spillane on 20 May 2021, 09:54:10 UTC, committed by Nicole Spillane on 20 May 2021, 09:54:10 UTC
1 parent 7df0dea
Tip revision: 907bdfd332a7ec2c33ea11201cf029397cc15eab authored by Nicole Spillane on 20 May 2021, 09:54:10 UTC
the user can now specify directly the values of tau for the GenEO eigenvalue problems. A separate file for testing Apos has been created. The option PCNewH2addCS was removed as it is not a good choice for the H2 that is incorporated into H3.
the user can now specify directly the values of tau for the GenEO eigenvalue problems. A separate file for testing Apos has been created. The option PCNewH2addCS was removed as it is not a good choice for the H2 that is incorporated into H3.
Tip revision: 907bdfd
setup.py
from setuptools import setup, find_packages
from Cython.Build import cythonize
setup(
name = "GenEO",
version="0.1",
packages=find_packages(),
ext_modules = cythonize('GenEO/matelem_cython.pyx'),
)
Computing file changes ...