Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex3.c17 extern PetscErrorCode FormElementStiffness(PetscReal, PetscScalar *);
64 PetscCall(FormElementStiffness(h * h, Ke)); in main()
186 PetscErrorCode FormElementStiffness(PetscReal H, PetscScalar *Ke) in FormElementStiffness() function
/petsc/src/ksp/ksp/tests/
H A Dex20.c8 PetscErrorCode FormElementStiffness(PetscReal H, PetscScalar *Ke) in FormElementStiffness() function
59 PetscCall(FormElementStiffness(h * h, Ke)); /* element stiffness for Laplacian */ in main()
H A Dex4.c6 PetscErrorCode FormElementStiffness(PetscReal H, PetscScalar *Ke) in FormElementStiffness() function
68 PetscCall(FormElementStiffness(h * h, Ke)); in main()
H A Dex3.c10 PetscErrorCode FormElementStiffness(PetscReal H, PetscScalar *Ke) in FormElementStiffness() function
75 PetscCall(FormElementStiffness(h * h, Ke)); /* element stiffness for Laplacian */ in main()
/petsc/src/ksp/pc/tests/
H A Dex6.c7 static PetscErrorCode FormElementStiffness(PetscReal H, PetscScalar *Ke) in FormElementStiffness() function
65 PetscCall(FormElementStiffness(h * h, Ke)); in main()
/petsc/src/mat/tests/
H A Dex19.c9 PetscErrorCode FormElementStiffness(PetscReal H, PetscScalar *Ke) in FormElementStiffness() function
62 PetscCall(FormElementStiffness(h * h, Ke)); in main()