Searched defs:J0 (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | ex3.c | 131 Mat J0; in main() local 147 Mat J0; in main() local 169 Mat J0; in main() local
|
| H A D | solve_performance.c | 14 Mat B, J0; in main() local
|
| H A D | ex1.c | 439 static PetscErrorCode MatSetRandomWithShift(Mat J0, PetscRandom rand, PetscBool is_hermitian, Petsc… in MatSetRandomWithShift()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 59 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 D | lmvm.h | 93 Mat J0; member
|
| /petsc/src/tao/bound/impls/bqnk/ |
| H A D | bqnk.c | 67 Mat_LMVM *J0; in TaoSolve_BQNK() local
|
| /petsc/src/ksp/ksp/utils/lmvm/rescale/ |
| H A D | symbrdnrescale.c | 455 Mat J0; in SymBroydenRescaleSetUp() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 1811 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 D | symbrdn.c | 470 Mat J0 = lmvm->J0; in SymBroydenCompactDenseKernelUseB0S() local
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 5185 def setLMVMJ0(self, Mat J0) -> None:
|