Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c713 static PetscErrorCode DMProjectLocal_Generic_Plex(DM dm, PetscReal time, Vec localU, PetscInt Ncc, … in DMProjectLocal_Generic_Plex() argument
1056 …PlexVecSetFieldClosure_Internal(plex, section, localX, fieldActive, point, Ncc, comps, label, ids[… in DMProjectLocal_Generic_Plex()
1087 …PetscCall(DMPlexVecSetFieldClosure_Internal(plex, section, localX, fieldActive, p, Ncc, comps, NUL… in DMProjectLocal_Generic_Plex()
1120 …cReal time, DMLabel label, PetscInt numIds, const PetscInt ids[], PetscInt Ncc, const PetscInt com… in DMProjectFunctionLabelLocal_Plex() argument
1123 …PetscCall(DMProjectLocal_Generic_Plex(dm, time, NULL, Ncc, comps, label, numIds, ids, DM_BC_ESSENT… in DMProjectFunctionLabelLocal_Plex()
1134 …cReal time, DMLabel label, PetscInt numIds, const PetscInt ids[], PetscInt Ncc, const PetscInt com… in DMProjectFieldLabelLocal_Plex() argument
1137 …PetscCall(DMProjectLocal_Generic_Plex(dm, time, localU, Ncc, comps, label, numIds, ids, DM_BC_ESSE… in DMProjectFieldLabelLocal_Plex()
1141 …cReal time, DMLabel label, PetscInt numIds, const PetscInt ids[], PetscInt Ncc, const PetscInt com… in DMProjectBdFieldLabelLocal_Plex() argument
1144 …PetscCall(DMProjectLocal_Generic_Plex(dm, time, localU, Ncc, comps, label, numIds, ids, DM_BC_ESSE… in DMProjectBdFieldLabelLocal_Plex()
H A Dplex.c7096 …int, const PetscInt perm[], const PetscScalar flip[], PetscInt f, PetscInt Ncc, const PetscInt com… in updatePointFieldsBC_private() argument
7119 ncind = (ncind + 1) % Ncc; in updatePointFieldsBC_private()
7141 ncind = (ncind + 1) % Ncc; in updatePointFieldsBC_private()
7165 ncind = (ncind + 1) % Ncc; in updatePointFieldsBC_private()
7187 ncind = (ncind + 1) % Ncc; in updatePointFieldsBC_private()
7478 …cSection section, Vec v, PetscBool fieldActive[], PetscInt point, PetscInt Ncc, const PetscInt com… in DMPlexVecSetFieldClosure_Internal() argument
7541 …PetscCall(updatePointFieldsBC_private(section, point, perm, flip, f, Ncc, comps, insert, NULL, val… in DMPlexVecSetFieldClosure_Internal()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4905 …cReal time, DMLabel label, PetscInt numIds, const PetscInt ids[], PetscInt Ncc, const PetscInt com… in DMProjectFunctionLabelLocal_pforest() argument
4912 …PetscCall(DMProjectFunctionLabelLocal(plex, time, label, numIds, ids, Ncc, comps, funcs, ctxs, mod… in DMProjectFunctionLabelLocal_pforest()