Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dpetsc_ops.c66 PetscInt X_size, Y_size, dm_X_size, dm_Y_size; in OperatorApplyContextCreate() local
68 if (dm_x) PetscCall(DMGetLocalVectorInfo(dm_x, &dm_X_size, NULL, NULL)); in OperatorApplyContextCreate()
75 PetscCheck(X_size == dm_X_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
76 …(%" PetscInt_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", X_size, dm_X_size); in OperatorApplyContextCreate()
93 PetscCheck(x_ceed_size == dm_X_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
94 …eedSize_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", x_ceed_size, dm_X_size); in OperatorApplyContextCreate()