Home
last modified time | relevance | path

Searched defs:child (Results 1 – 10 of 10) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dframework.py652 def getPrefix(self, child): argument
661 def getHeaderPrefix(self, child): argument
669 def getSubstitutionPrefix(self, child): argument
798 def outputMakeRules(self, f, child, prefix = None): argument
808 def outputMakeMacros(self, f, child, prefix = None): argument
820 def getFullDefineName(self, child, name, prefix = None): argument
825 def processDefines(self, defineDict, child, prefix = None): argument
851 def outputPkgVersion(self, f, child): argument
885 def outputTypedefs(self, f, child): argument
896 def outputPrototypes(self, f, child, language = 'All'): argument
[all …]
/petsc/src/mat/tests/
H A DcJSON.h106 struct cJSON *child; member
H A DcJSON.c1406 cJSON *child = NULL; in cJSON_GetArraySize() local
1503 cJSON *child = NULL; in add_item_to_array() local
1902 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child) in cJSON_CreateObjectReference()
1913 CJSON_PUBLIC(cJSON *) cJSON_CreateArrayReference(const cJSON *child) in cJSON_CreateArrayReference()
2080 cJSON *child = NULL; in cJSON_Duplicate() local
/petsc/src/sys/classes/draw/impls/x/
H A Dxinit.c272 Window root, parent, child; in PetscDrawXiGetGeometry() local
H A Dxops.c446 Window root, child; in PetscDrawGetMouseButton_X() local
/petsc/src/sys/error/
H A Dadebug.c217 int child = 0; in PetscAttachDebugger() local
/petsc/src/dm/impls/plex/
H A Dplextree.c2865 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
2878 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
2909 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
2932 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
3003 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
3063 PetscInt child = children[k]; in DMPlexComputeInjectorReferenceTree() local
3087 PetscInt child = children[k], childDepth, childDof, childO = PETSC_INT_MIN; in DMPlexComputeInjectorReferenceTree() local
3134 PetscInt child = children[i], j; in DMPlexComputeInjectorReferenceTree() local
H A Dplexpartition.c189 const PetscInt child = children[i]; in DMPlexCreatePartitionerGraph_Native() local
235 const PetscInt child = children[i]; in DMPlexCreatePartitionerGraph_Native() local
421 const PetscInt child = children[ch]; in DMPlexCreatePartitionerGraph_ViaMat() local
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2519 PetscInt child; in DMPforestGetTransferSF_Point() local
2850 PetscInt child; in DMPforestGetTransferSF_Point() local
4205 PetscInt child = *((PetscInt *)sc_array_index(children, zz)); in DMConvert_pforest_plex() local
/petsc/include/
H A Dpetscsys.h2565 MPI_Comm child; /* the sub-communicator */ member