Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 7 of 7) sorted by relevance

/petsc/src/vec/is/utils/
H A Dkdtree.c47 PetscErrorCode PetscKDTreeDestroy(PetscKDTree *tree) in PetscKDTreeDestroy()
86 PetscKDTree tree; member
91 static inline int PetscKDTreeSortFunc(PetscCount left, PetscCount right, PetscKDTree tree, uint8_t … in PetscKDTreeSortFunc()
112 static PetscErrorCode PetscKDTreeVerifySortedIndices(PetscKDTree tree, PetscCount sorted_indices[],… in PetscKDTreeVerifySortedIndices()
132 PetscKDTree tree; member
140 PetscKDTree tree = kd_build->tree; in PetscKDTreeBuildStemAndLeaves() local
238 PetscKDTree tree; in PetscKDTreeCreate() local
324 static inline PetscErrorCode PetscKDTreeQueryLeaf(PetscKDTree tree, KDLeaf leaf, const PetscReal po… in PetscKDTreeQueryLeaf()
342 static inline PetscErrorCode PetscKDTreeQueryLeaf_CopyCoords(PetscKDTree tree, KDLeaf leaf, const P… in PetscKDTreeQueryLeaf_CopyCoords()
363 static PetscErrorCode PetscKDTreeQuery_Recurse(PetscKDTree tree, const PetscReal point[], PetscCoun… in PetscKDTreeQuery_Recurse()
[all …]
/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c310 …tedEventNode *parent_node, PetscEventPerfInfo *parent_info, const PetscNestedEventNode tree[], Pet… in PetscLogNestedTreePrint()
399 static PetscErrorCode PetscLogNestedTreePrintTop(PetscViewer viewer, PetscNestedEventTree *tree, Pe… in PetscLogNestedTreePrintTop()
427 … PetscLogHandlerView_Nested_XML(PetscLogHandler_Nested nested, PetscNestedEventTree *tree, PetscVi… in PetscLogHandlerView_Nested_XML()
451 …ogHandlerView_Nested_Flamegraph(PetscLogHandler_Nested nested, PetscNestedEventTree *tree, PetscVi… in PetscLogHandlerView_Nested_Flamegraph()
H A Dlognested.c290 …EventNodesOrderDepthFirst(PetscInt num_nodes, PetscInt parent, PetscNestedEventNode tree[], PetscI… in PetscLogNestedEventNodesOrderDepthFirst()
325 PetscNestedEventNode *tree; in PetscLogNestedCreatePerfNodes() local
394 PetscNestedEventTree tree; in PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END() local
/petsc/src/vec/is/utils/tests/
H A Dex1.c21 PetscKDTree tree; in main() local
/petsc/src/vec/is/sf/utils/
H A Dsfcoord.c185 PetscKDTree tree; in PetscSFSetGraphFromCoordinates() local
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h603 p4est_tree_t *tree = &(((p4est_tree_t *)p4est->trees->array)[t]); in DMPforestGetRefinementLevel() local
926 p4est_tree_t *tree = &(((p4est_tree_t *)p4est->trees->array)[t]); in DMSetUp_pforest() local
947 p4est_tree_t *tree = &(((p4est_tree_t *)pforest->forest->trees->array)[t]); in DMSetUp_pforest() local
2453 p4est_tree_t *tree = &(((p4est_tree_t *)p4estC->trees->array)[t]); in DMPforestGetTransferSF_Point() local
2490 p4est_tree_t *tree = &(((p4est_tree_t *)p4estC->trees->array)[t]); in DMPforestGetTransferSF_Point() local
2532 p4est_tree_t *tree = &(((p4est_tree_t *)p4estF->trees->array)[t]); in DMPforestGetTransferSF_Point() local
3064 p4est_tree_t *tree = &trees[t]; in DMPforestLabelsInitialize() local
3229 p4est_tree_t *tree; in DMPforestLabelsInitialize() local
3762 p4est_tree_t *tree = &trees[t]; in DMPforestMapCoordinates() local
3804 p4est_tree_t *tree = &trees[t]; in DMPforestMapCoordinates() local
[all …]
/petsc/src/dm/impls/plex/tests/
H A Dex3.c27 PetscBool tree; /* Test tree routines */ member