https://github.com/hpc-maths/GenEO
Revision 3881e864d0115355ab0398e22b489d3d1df7997a authored by gouarin on 30 March 2018, 12:29:37 UTC, committed by gouarin on 30 March 2018, 12:29:37 UTC
1 parent eb1bfe3
Tip revision: 3881e864d0115355ab0398e22b489d3d1df7997a authored by gouarin on 30 March 2018, 12:29:37 UTC
fix mpcg
fix mpcg
Tip revision: 3881e86
__init__.py
from .assembling import buildElasticityMatrix, buildMassMatrix
from .bc import bcApplyWest, bcApplyEast, bcApplyWest_vec
from .rhs import buildRHS
from .utils import buildVecWithFunction, buildCellArrayWithFunction
from .precond import ASM, MP_ASM, PCASM, PC_MP_ASM, PC_JACOBI, ASM_old
from .projection import projection
from .cg import cg, KSP_PCG, KSP_MPCG
Computing file changes ...