| /petsc/config/BuildSystem/config/packages/ |
| H A D | PaStiX.py | 80 for dep in [self.blaslapack, self.metis, self.ptscotch, self.mpi, self.hwloc]: 81 if dep.found: 82 if dep.directory: 83 if os.path.isdir(dep.directory): 84 cmake_prefix_path.append(dep.directory) 85 if dep.include: 86 cmake_include_path.append(self.headers.toStringNoDupes(dep.include)[2:])
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 1124 PetscInt dep; in DivideCells_Private() local 1126 PetscCall(DMPlexGetPointDepth(dm, clp, &dep)); in DivideCells_Private() 1127 clval = cval < 0 ? -(shift + dep) : shift + dep; in DivideCells_Private() 1261 …PetscInt shift = 100, shift2 = 200, depth = 0, dep, dim, d, sp, maxConeSize, maxSupportSiz… in DMPlexConstructCohesiveCells_Internal() local 1300 const PetscInt dep = values[sp]; in DMPlexConstructCohesiveCells_Internal() local 1302 if ((dep < 0) || (dep > depth)) continue; in DMPlexConstructCohesiveCells_Internal() 1303 PetscCall(DMLabelGetStratumIS(label, dep, &splitIS[dep])); in DMPlexConstructCohesiveCells_Internal() 1304 if (splitIS[dep]) { in DMPlexConstructCohesiveCells_Internal() 1305 PetscCall(ISGetLocalSize(splitIS[dep], &numSplitPoints[dep])); in DMPlexConstructCohesiveCells_Internal() 1306 PetscCall(ISGetIndices(splitIS[dep], &splitPoints[dep])); in DMPlexConstructCohesiveCells_Internal() [all …]
|
| H A D | plexsection.c | 94 PetscInt Nf, f, Nds, n, dim, d, dep, p; in DMPlexCreateSectionDof() local 164 for (dep = 0; dep <= depth - cellHeight; ++dep) { in DMPlexCreateSectionDof() 166 d = dim <= depth ? dep : (!dep ? 0 : dim); in DMPlexCreateSectionDof() 167 PetscCall(DMPlexGetDepthStratum(dm, dep, &pStart, &pEnd)); in DMPlexCreateSectionDof()
|
| H A D | plexgeometry.c | 3617 PetscInt dep = (k & (1 << l)) >> l; in DMPlexCoordinatesToReference_Tensor() local 3619 extCoord *= dep * coord + !dep; in DMPlexCoordinatesToReference_Tensor() 3620 extJ[l] = dep; in DMPlexCoordinatesToReference_Tensor() 3624 PetscInt dep = ((k & (1 << m)) >> m) && (m != l); in DMPlexCoordinatesToReference_Tensor() local 3625 PetscReal mult = dep * coord + !dep; in DMPlexCoordinatesToReference_Tensor() 3711 PetscInt dep = (k & (1 << l)) >> l; in DMPlexReferenceToCoordinates_Tensor() local 3713 extCoord *= dep * coord + !dep; in DMPlexReferenceToCoordinates_Tensor()
|
| H A D | plexproject.c | 1041 PetscInt depth, dep; in DMProjectLocal_Generic_Plex() local 1044 PetscCall(DMPlexGetPointDepth(dm, points[0], &dep)); in DMProjectLocal_Generic_Plex() 1045 if (dep < depth && h == minHeight) geommode = PETSC_FEGEOM_BOUNDARY; in DMProjectLocal_Generic_Plex()
|
| H A D | plexdistribute.c | 949 const PetscInt dep = depths[i]; in DMPlexStratifyMigrationSF() local 957 depthShift[dep] = shift; in DMPlexStratifyMigrationSF() 958 shift += depthRecv[dep]; in DMPlexStratifyMigrationSF()
|
| H A D | plex.c | 151 PetscInt dep; in DMPlexGetFieldTypes_Internal() local 156 PetscCall(DMLabelGetValue(depthLabel, cStart, &dep)); in DMPlexGetFieldTypes_Internal() 157 if (dep != depth - cellHeight) continue; in DMPlexGetFieldTypes_Internal() 6821 PetscInt dep; in DMPlexVecGetClosureAtDepth() local 6823 PetscCall(DMLabelGetValue(depthLabel, points[p], &dep)); in DMPlexVecGetClosureAtDepth() 6824 if (dep != depth) continue; in DMPlexVecGetClosureAtDepth()
|
| H A D | plexfem.c | 1759 PetscInt qc = 0, fOff = 0, dep; in DMComputeL2FieldDiff_Plex() local 1761 PetscCall(DMLabelGetValue(depthLabel, cell, &dep)); in DMComputeL2FieldDiff_Plex() 1762 if (dep != depth - 1) continue; in DMComputeL2FieldDiff_Plex()
|
| /petsc/config/BuildSystem/ |
| H A D | sourceDatabase.py | 284 def resolveDependency(self, source, dep): argument 285 if dep in self.sourceDB: return dep 290 matchName = dep 294 if s.find(dep) >= 0:
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 1399 for dep in child.deps: 1400 if dep.required or dep.lookforbydefault: 1402 … elif 'download-'+dep.package in self.framework.clArgDB and self.argDB['download-'+dep.package]: 1404 elif 'with-'+dep.package in self.framework.clArgDB and self.argDB['with-'+dep.package]: 1406 …elif 'with-'+dep.package+'-lib' in self.framework.clArgDB and self.argDB['with-'+dep.package+'-lib… 1408 …elif 'with-'+dep.package+'-dir' in self.framework.clArgDB and self.argDB['with-'+dep.package+'-dir… 1410 elif dep.download: 1411 emsg = '--download-'+dep.package+' or ' 1414 …+dep.package+' not requested. \n Perhaps you want '+emsg+'--with-'+dep.package+'-dir=directory or…
|
| H A D | package.py | 1006 for dep in deps: 1007 if dep not in nodesAdded: 1008 addGraph(Graph,dep,nodesAdded)
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | mark_dcontext.cxx | 376 for (auto &&dep : it.second.dependencies) (*dependencies)[i][j++] = dep.event(); in PetscGetMarkedObjectMap_Internal() 398 for (auto &&dep : marked) { in PetscDeviceContextMapIterVisitor() 399 const auto mapit = object_map.find(dep); in PetscDeviceContextMapIterVisitor() 583 …for (const auto &dep : object_dependencies) PetscCall(PetscDeviceContextWaitForEvent_Private(dctx,… in MarkFromID_IncompatibleModes() local
|
| /petsc/config/ |
| H A D | gmakegen.py | 231 fd.write(''.join([dep + ':\n' for dep in gendeps])) 283 … ' '.join(os.path.join(petsc.pkg_dir, dep) for dep in petsc.gendeps)))
|
| H A D | install.py | 437 for dep in dependencies: 438 if os.path.dirname(dep) in (libdir,): 439 newid = '@rpath/' + os.path.basename(dep) 440 shell('install_name_tool', '-change', dep, newid, dylib)
|
| H A D | gmakegentest.py | 967 deps = [os.path.join('$(TESTDIR)', dep) for dep in srcs[lang][exfile]] 1041 for dep in self.sources[pkg][lang][exfile]: 1042 fd.write(' %s' % os.path.join('$(TESTDIR)',dep))
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 145 for dep in depends: 146 alldeps += glob.glob(dep)
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 663 const PetscInt dep = DMPolytopeTypeGetDim((DMPolytopeType)tr->ctOrderNew[c]); in DMPlexTransformSetUp() local 666 tr->depthStart[dep] = PetscMin(tr->depthStart[dep], tr->ctStartNew[tr->ctOrderNew[c]]); in DMPlexTransformSetUp() 667 tr->depthEnd[dep] = PetscMax(tr->depthEnd[dep], tr->ctStartNew[tr->ctOrderNew[c + 1]]); in DMPlexTransformSetUp()
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 33 *.dep *.proj ctoatmp PETScArena* *.L *.anl *.mod .mpi* *.d \
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1205 PetscInt pStart, pEnd, dep, numCorners; in DMPlexTopologyView_HDF5_XDMF_Private() local 1211 PetscCall(DMLabelGetValue(depthLabel, pStart, &dep)); in DMPlexTopologyView_HDF5_XDMF_Private() 1212 if (dep == depth - cellHeight) output = PETSC_TRUE; in DMPlexTopologyView_HDF5_XDMF_Private()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 511 (spark/time-dep-geom? (#t))
|