Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex16.c603 PetscInt xes, yes, zes, xee, yee, zee; in FormJacobianLocal() local
620 zes = zs; in FormJacobianLocal()
626 if (zs > 0) zes = zs - 1; in FormJacobianLocal()
630 for (k = zes; k < zee; k++) { in FormJacobianLocal()
712 PetscInt xes, yes, zes, xee, yee, zee; in FormFunctionLocal() local
736 zes = zs; in FormFunctionLocal()
742 if (zs > 0) zes = zs - 1; in FormFunctionLocal()
746 for (k = zes; k < zee; k++) { in FormFunctionLocal()
790 PetscInt xes, yes, zes, xee, yee, zee; in TangentLoad() local
824 zes = zs; in TangentLoad()
[all …]