Searched refs:CreateGlobalVector (Results 1 – 1 of 1) sorted by relevance
28 static PetscErrorCode CreateGlobalVector(DM, Vec *);42 PetscCall(DMShellSetCreateGlobalVector(*shell, CreateGlobalVector)); in MyDMShellCreate()123 static PetscErrorCode CreateGlobalVector(DM shell, Vec *x) in CreateGlobalVector() function