Home
last modified time | relevance | path

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

/petsc/src/ts/characteristic/impls/da/
H A Dslda.c39 if (c->structured) PetscCall(PetscMPIIntCast(dim, &c->numIds)); in CharacteristicSetUp_DA()
40 else c->numIds = 3; in CharacteristicSetUp_DA()
45 blockLen[0] = 1 + c->numIds; in CharacteristicSetUp_DA()
49 indices[1] = (1 + c->numIds) * sizeof(PetscInt); in CharacteristicSetUp_DA()
/petsc/src/dm/impls/plex/
H A Dplexproject.c620 PetscErrorCode DMGetFirstLabeledPoint(DM dm, DM odm, DMLabel label, PetscInt numIds, const PetscInt… in DMGetFirstLabeledPoint() argument
631 for (PetscInt i = 0; i < numIds; ++i) { in DMGetFirstLabeledPoint()
713 …ec localU, PetscInt Ncc, const PetscInt comps[], DMLabel label, PetscInt numIds, const PetscInt id… in DMProjectLocal_Generic_Plex() argument
733 PetscCall(DMGetAuxiliaryVec(dm, label, numIds ? ids[0] : 0, 0, &localA)); in DMProjectLocal_Generic_Plex()
762 PetscCall(DMGetFirstLabeledPoint(dm, dm, label, numIds, ids, minHeight, &lStart, NULL)); in DMProjectLocal_Generic_Plex()
811 PetscCall(DMGetFirstLabeledPoint(dm, dm, label, numIds, ids, minHeight, NULL, &ds)); in DMProjectLocal_Generic_Plex()
813 PetscCall(DMGetFirstLabeledPoint(dmIn, dm, label, numIds, ids, minHeight, NULL, &dsIn)); in DMProjectLocal_Generic_Plex()
954 PetscCall(DMGetFirstLabeledPoint(dm, dm, label, numIds, ids, h, &lStart, NULL)); in DMProjectLocal_Generic_Plex()
1014 for (i = 0; i < numIds; ++i) { in DMProjectLocal_Generic_Plex()
1120 …ctFunctionLabelLocal_Plex(DM dm, PetscReal time, DMLabel label, PetscInt numIds, const PetscInt id… in DMProjectFunctionLabelLocal_Plex() argument
[all …]
/petsc/include/petsc/private/
H A Dcharacteristicimpl.h43 …int numIds; /* Number of integers necessary to identify a mesh element (from problem di… member
/petsc/src/dm/interface/
H A Ddm.c8355 PetscErrorCode DMProjectFunctionLabel(DM dm, PetscReal time, DMLabel label, PetscInt numIds, const … in DMProjectFunctionLabel() argument
8363 …PetscCall(DMProjectFunctionLabelLocal(dm, time, label, numIds, ids, Nc, comps, funcs, ctxs, mode, … in DMProjectFunctionLabel()
8407 PetscErrorCode DMProjectFunctionLabelLocal(DM dm, PetscReal time, DMLabel label, PetscInt numIds, c… in DMProjectFunctionLabelLocal() argument
8412 …PetscUseTypeMethod(dm, projectfunctionlabellocal, time, label, numIds, ids, Nc, comps, funcs, ctxs… in DMProjectFunctionLabelLocal()
8532 PetscErrorCode DMProjectFieldLabelLocal(DM dm, PetscReal time, DMLabel label, PetscInt numIds, cons… in DMProjectFieldLabelLocal() argument
8538 …PetscUseTypeMethod(dm, projectfieldlabellocal, time, label, numIds, ids, Nc, comps, localU, funcs,… in DMProjectFieldLabelLocal()
8597 PetscErrorCode DMProjectFieldLabel(DM dm, PetscReal time, DMLabel label, PetscInt numIds, const Pet… in DMProjectFieldLabel() argument
8610 …PetscCall(DMProjectFieldLabelLocal(dm, time, label, numIds, ids, Nc, comps, localU, funcs, mode, l… in DMProjectFieldLabel()
8674 PetscErrorCode DMProjectBdFieldLabelLocal(DM dm, PetscReal time, DMLabel label, PetscInt numIds, co… in DMProjectBdFieldLabelLocal() argument
8680 …PetscUseTypeMethod(dm, projectbdfieldlabellocal, time, label, numIds, ids, Nc, comps, localU, func… in DMProjectBdFieldLabelLocal()
/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c99 newC->numIds = 0; in CharacteristicCreate()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4905 …unctionLabelLocal_pforest(DM dm, PetscReal time, DMLabel label, PetscInt numIds, const PetscInt id… in DMProjectFunctionLabelLocal_pforest() argument
4912 …PetscCall(DMProjectFunctionLabelLocal(plex, time, label, numIds, ids, Ncc, comps, funcs, ctxs, mod… in DMProjectFunctionLabelLocal_pforest()