Home
last modified time | relevance | path

Searched refs:matnull (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex56.c288 MatNullSpace matnull; in main() local
299 PetscCall(MatNullSpaceCreateRigidBody(vec_coords, &matnull)); in main()
300 PetscCall(MatSetNearNullSpace(Amat, matnull)); in main()
301 PetscCall(MatNullSpaceDestroy(&matnull)); in main()
H A Dex49.c717 MatNullSpace matnull; in solve_elasticity_2d() local
965 PetscCall(MatNullSpaceCreateRigidBody(vel_coords, &matnull)); in solve_elasticity_2d()
966 PetscCall(MatSetNearNullSpace(A, matnull)); in solve_elasticity_2d()
967 PetscCall(MatNullSpaceDestroy(&matnull)); in solve_elasticity_2d()
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj244 …D89D1D6D207AA1AB00FACC19 /* matnull.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1A85207AA…
996 …85207AA1A900FACC19 /* matnull.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1767 D89D1A85207AA1A900FACC19 /* matnull.c */,
2717 D89D1D6D207AA1AB00FACC19 /* matnull.c in Sources */,