Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex10.c14 extern PetscErrorCode GetElasticityMatrix(PetscInt, Mat *);
37 PetscCall(GetElasticityMatrix(m, &mat)); in main()
83 PetscErrorCode GetElasticityMatrix(PetscInt m, Mat *newmat) in GetElasticityMatrix() function