Lines Matching refs:DM_CLASSID
136 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestTemplate()
237 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetTopology()
264 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetTopology()
297 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetBaseDM()
305 PetscValidHeaderSpecific(base, DM_CLASSID, 2); in DMForestSetBaseDM()
343 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetBaseDM()
354 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetBaseCoordinateMapping()
365 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetBaseCoordinateMapping()
401 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetAdaptivityForest()
402 if (adapt) PetscValidHeaderSpecific(adapt, DM_CLASSID, 2); in DMForestSetAdaptivityForest()
454 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetAdaptivityForest()
573 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetAdjacencyDimension()
601 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetAdjacencyCodimension()
628 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetAdjacencyDimension()
656 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetAdjacencyCodimension()
683 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetPartitionOverlap()
711 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetPartitionOverlap()
737 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetMinimumRefinement()
765 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetMinimumRefinement()
790 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetInitialRefinement()
817 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetInitialRefinement()
843 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetMaximumRefinement()
871 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetMaximumRefinement()
900 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetAdaptivityStrategy()
932 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetAdaptivityStrategy()
964 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetAdaptivitySuccess()
993 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetComputeAdaptivitySF()
1005 PetscValidHeaderSpecific(dmIn, DM_CLASSID, 1); in DMForestTransferVec()
1007 PetscValidHeaderSpecific(dmOut, DM_CLASSID, 3); in DMForestTransferVec()
1020 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestTransferVecFromBase()
1051 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetComputeAdaptivitySF()
1086 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetAdaptivitySF()
1117 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetGradeFactor()
1145 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetGradeFactor()
1177 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetCellWeightFactor()
1211 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetCellWeightFactor()
1238 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetCellChart()
1267 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetCellSF()
1298 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetAdaptivityLabel()
1332 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetAdaptivityLabel()
1358 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetCellWeights()
1394 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetCellWeights()
1424 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestSetWeightCapacity()
1457 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMForestGetWeightCapacity()
1684 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMCreate_Forest()