Searched refs:DMCreateLocalVector_DA (Results 1 – 3 of 3) sorted by relevance
98 PETSC_INTERN PetscErrorCode DMCreateLocalVector_DA(DM, Vec *);
45 PetscErrorCode DMCreateLocalVector_DA(DM da, Vec *g) in DMCreateLocalVector_DA() function
409 da->ops->createlocalvector = DMCreateLocalVector_DA; in DMCreate_DA()