Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex65.c28 static PetscErrorCode CreateGlobalVector(DM, Vec *);
42 PetscCall(DMShellSetCreateGlobalVector(*shell, CreateGlobalVector)); in MyDMShellCreate()
123 static PetscErrorCode CreateGlobalVector(DM shell, Vec *x) in CreateGlobalVector() function