Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex10.c16 extern PetscErrorCode AddElement(Mat, PetscInt, PetscInt, PetscReal **, PetscInt, PetscInt);
120 PetscCall(AddElement(mat, r1, r2, K, h1, h2)); in GetElasticityMatrix()
168 PetscErrorCode AddElement(Mat mat, PetscInt r1, PetscInt r2, PetscReal **K, PetscInt h1, PetscInt h… in AddElement() function