Home
last modified time | relevance | path

Searched defs:numComps (Results 1 – 6 of 6) sorted by relevance

/petsc/src/snes/tutorials/network/power/
H A Dpffunctions.c36 PetscInt offsetfrom, offsetto, goffsetfrom, goffsetto, numComps; in FormJacobian_Power_private() local
246 PetscInt offsetfrom, offsetto, offset, i, j, key, numComps; in FormFunction_Power() local
357 PetscInt key, numComps, j, offset; in SetInitialGuess_Power() local
H A Dpower2.c31 PetscInt numComps; in FormFunction_Subnet() local
177 PetscInt numComps; in FormJacobian_Subnet() local
377 PetscInt key, numComps, j, offset; in SetInitialValues_Subnet() local
/petsc/src/dm/interface/
H A Ddmi.c78 …, PetscSection gs, PetscInt numFields, const PetscInt fields[], const PetscInt numComps[], const P… in PetscSectionSelectFields_Private()
234 …scSection section, PetscInt numFields, const PetscInt fields[], const PetscInt numComps[], const P… in DMSelectFields_Private()
412 …ectionSubDM(DM dm, PetscInt numFields, const PetscInt fields[], const PetscInt numComps[], const P… in DMCreateSectionSubDM()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c362 PetscInt key, numComps, j; in SetInitialGuess() local
525 PetscInt numComps; in FormIFunction() local
775 PetscInt i, j, offsetbus, offsetgen, key, numComps; in AlgFunction() local
/petsc/src/dm/impls/plex/
H A Dplexsection.c523 PetscInt bd2, field, numComps, numValues; in DMCreateLocalSection_Plex() local
/petsc/src/ts/tutorials/
H A Dex11.c704 static PetscErrorCode ErrorIndicator_Simple(PetscInt dim, PetscReal volume, PetscInt numComps, cons… in ErrorIndicator_Simple()