Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex20.c10 PetscInt nvertexobs, ndof = 1, n_state_global; in main() local
123 nvertexobs = 1; in main()
124 for (PetscInt d = 0; d < dim && d < 2; d++) nvertexobs *= 3; in main()
125 …PetscCheck(nvertexobs > 0, PETSC_COMM_WORLD, PETSC_ERR_ARG_INCOMP, "nvertexobs %" PetscInt_FMT " m… in main()
210 PetscCall(DMPlexGetLETKFLocalizationMatrix(nvertexobs, nobs_local, ndof, Vecxyz, H, &Q)); in main()