Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fv/interface/
H A Dfv.c1128 for (i = 0; i < (*fvm)->numComponents; i++) PetscCall(PetscFree((*fvm)->componentNames[i])); in PetscFVDestroy()
1129 PetscCall(PetscFree((*fvm)->componentNames)); in PetscFVDestroy()
1171 PetscCall(PetscCalloc1(f->numComponents, &f->componentNames)); in PetscFVCreate()
1245 for (i = 0; i < fvm->numComponents; i++) PetscCall(PetscFree(fvm->componentNames[i])); in PetscFVSetNumComponents()
1246 PetscCall(PetscFree(fvm->componentNames)); in PetscFVSetNumComponents()
1247 PetscCall(PetscCalloc1(comp, &fvm->componentNames)); in PetscFVSetNumComponents()
1296 PetscCall(PetscFree(fvm->componentNames[comp])); in PetscFVSetComponentName()
1297 PetscCall(PetscStrallocpy(name, &fvm->componentNames[comp])); in PetscFVSetComponentName()
1320 *name = fvm->componentNames[comp]; in PetscFVGetComponentName()
1874 …if (fv->componentNames[c]) PetscCall(PetscViewerASCIIPrintf(viewer, " component %" PetscInt_FMT… in PetscFVView_Upwind_Ascii()
[all …]
/petsc/include/petsc/private/
H A Dpetscfvimpl.h82 char **componentNames; /* Names of the component fields */ member