https://github.com/hpc-maths/GenEO
Tip revision: 885ab129b2402c353548bcfc51214f608f09bade authored by Loic Gouarin on 02 December 2022, 12:34:47 UTC
add fenics example and update environment.yml
add fenics example and update environment.yml
Tip revision: 885ab12
__init__.py
# Authors:
# Loic Gouarin <loic.gouarin@cmap.polytechnique.fr>
# Nicole Spillane <nicole.spillane@cmap.polytechnique.fr>
#
# License: BSD 3 clause
from .assembling import buildElasticityMatrix, buildIdentityMatrix, buildMassMatrix
from .bc import bcApplyWest, bcApplyEast, bcApplyWest_vec
from .rhs import buildRHS
from .utils import buildVecWithFunction, buildCellArrayWithFunction
from .precond import PCBNN, PCNew
from .projection import projection, GenEO_V0, minimal_V0, coarse_operators
from .cg import cg, KSP_PCG, KSP_AMPCG
from .pcawg import PCAWG