Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex6.c37 static PetscErrorCode LoadData2D(DM dm, PetscInt Ni, PetscInt Nj, PetscInt clSize, Vec u, AppCtx *u… in LoadData2D() function
343 PetscCall(LoadData2D(dm, 2, 2, size, u, &user)); in main()