Lines Matching refs:maxNumRelateObj
3772 PetscContainer maxNumRelateObj; in DMPlexGeomDataAndGrads() local
3822 …ery((PetscObject)dm, "Maximum Number Control Point Equivalency", (PetscObject *)&maxNumRelateObj)); in DMPlexGeomDataAndGrads()
3823 if (!maxNumRelateObj) { in DMPlexGeomDataAndGrads()
3824 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &maxNumRelateObj)); in DMPlexGeomDataAndGrads()
3825 PetscCall(PetscContainerSetPointer(maxNumRelateObj, maxNumRelatePtr)); in DMPlexGeomDataAndGrads()
3826 …ompose((PetscObject)dm, "Maximum Number Control Point Equivalency", (PetscObject)maxNumRelateObj)); in DMPlexGeomDataAndGrads()
3827 PetscCall(PetscContainerDestroy(&maxNumRelateObj)); in DMPlexGeomDataAndGrads()
3829 PetscCall(PetscContainerSetPointer(maxNumRelateObj, maxNumRelatePtr)); in DMPlexGeomDataAndGrads()
5900 …ner modelObj, cpHashTableObj, wHashTableObj, cpCoordDataLengthObj, wDataLengthObj, maxNumRelateObj; in DMPlexGetGeomCntrlPntAndWeightData() local
5920 …ery((PetscObject)dm, "Maximum Number Control Point Equivalency", (PetscObject *)&maxNumRelateObj)); in DMPlexGetGeomCntrlPntAndWeightData()
5927 PetscCall(PetscContainerGetPointer(maxNumRelateObj, &maxNumEquivPtr)); in DMPlexGetGeomCntrlPntAndWeightData()