Lines Matching refs:componentNames
1128 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()
1990 …if (fv->componentNames[c]) PetscCall(PetscViewerASCIIPrintf(viewer, " component %" PetscInt_FMT… in PetscFVView_LeastSquares_Ascii()