Home
last modified time | relevance | path

Searched defs:J0 (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex3.c131 Mat J0; in main() local
147 Mat J0; in main() local
169 Mat J0; in main() local
H A Dsolve_performance.c14 Mat B, J0; in main() local
H A Dex1.c439 static PetscErrorCode MatSetRandomWithShift(Mat J0, PetscRandom rand, PetscBool is_hermitian, Petsc… in MatSetRandomWithShift()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c59 static PetscErrorCode MatLMVMCreateJ0(Mat B, Mat *J0) in MatLMVMCreateJ0()
224 static PetscErrorCode MatLMVMUseJ0LayoutsIfCompatible(Mat B, Mat J0) in MatLMVMUseJ0LayoutsIfCompatible()
374 PetscErrorCode MatLMVMSetJ0(Mat B, Mat J0) in MatLMVMSetJ0()
449 Mat J0 = NULL; in MatLMVMSetJ0PC() local
491 Mat J0; in MatLMVMSetJ0KSP() local
532 PetscErrorCode MatLMVMGetJ0(Mat B, Mat *J0) in MatLMVMGetJ0()
H A Dlmvm.h93 Mat J0; member
/petsc/src/tao/bound/impls/bqnk/
H A Dbqnk.c67 Mat_LMVM *J0; in TaoSolve_BQNK() local
/petsc/src/ksp/ksp/utils/lmvm/rescale/
H A Dsymbrdnrescale.c455 Mat J0; in SymBroydenRescaleSetUp() local
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1811 PetscReal R[9], J0; in DMPlexComputeLineGeometry_Internal() local
1833 PetscReal R[4], J0; in DMPlexComputeLineGeometry_Internal() local
1881 PetscReal R[9], J0[9] = {1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0}; in DMPlexComputeTriangleGeometry_Internal() local
1943 PetscReal R[9], J0[9] = {1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0}; in DMPlexComputeRectangleGeometry_Internal() local
2372 PetscReal xi0[3] = {-1., -1., -1.}, v0[3], J0[9], detJ0; in DMPlexComputeCellGeometryFEM_Implicit() local
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.c470 Mat J0 = lmvm->J0; in SymBroydenCompactDenseKernelUseB0S() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx5185 def setLMVMJ0(self, Mat J0) -> None: