Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdd.c55 const char *oname = "__internal_plex_dd_ovl_"; in DMCreateDomainDecomposition_Plex() local
74 …PetscCall(DMPlexDistributeOverlap_Internal(dm, ddovl + 1, PETSC_COMM_SELF, oname, &migrationSF, &o… in DMCreateDomainDecomposition_Plex()
175 PetscCall(DMGetLabel(odm, oname, &label)); in DMCreateDomainDecomposition_Plex()
185 PetscCall(DMRemoveLabel(odm, oname, NULL)); in DMCreateDomainDecomposition_Plex()
H A Dplexcreate.c5195 char oname[256]; in DMSetFromOptions_Plex() local
5306 PetscCall(PetscStrncpy(oname, MATORDERINGNATURAL, sizeof(oname))); in DMSetFromOptions_Plex()
5307 …h reordering type", "DMPlexGetOrdering", ordlist, MATORDERINGNATURAL, oname, sizeof(oname), &flg)); in DMSetFromOptions_Plex()
5312 PetscCall(DMPlexGetOrdering(dm, oname, NULL, &perm)); in DMSetFromOptions_Plex()
/petsc/src/ts/interface/
H A Dts.c4009 char *oname; in TSResize() local
4012 PetscCall(PetscStrallocpy(name, &oname)); in TSResize()
4014 if (vecsout[i]) PetscCall(PetscObjectSetName((PetscObject)vecsout[i], oname)); in TSResize()
4015 PetscCall(PetscFree(oname)); in TSResize()