Home
last modified time | relevance | path

Searched refs:PeOp (Results 1 – 25 of 30) sorted by relevance

12

/petsc/src/dm/impls/da/
H A Ddaghost.c37 …e DMDAGetGhostCorners(DM da, PeOp PetscInt *x, PeOp PetscInt *y, PeOp PetscInt *z, PeOp PetscInt *… in DMDAGetGhostCorners()
H A Ddaview.c108PeOp PetscInt *dim, PeOp PetscInt *M, PeOp PetscInt *N, PeOp PetscInt *P, PeOp PetscInt *m, PeOp P… in DMDAGetInfo()
H A Ddascatter.c28 PetscErrorCode DMDAGetScatter(DM da, PeOp VecScatter *gtol, PeOp VecScatter *ltol) in DMDAGetScatter()
H A Ddacorn.c239 …orCode DMDAGetCorners(DM da, PeOp PetscInt *x, PeOp PetscInt *y, PeOp PetscInt *z, PeOp PetscInt *… in DMDAGetCorners()
H A Dda.c101 PetscErrorCode DMDAGetBoundaryType(DM da, PeOp DMBoundaryType *bx, PeOp DMBoundaryType *by, PeOp DM… in DMDAGetBoundaryType()
219 PetscErrorCode DMDAGetOverlap(DM da, PeOp PetscInt *x, PeOp PetscInt *y, PeOp PetscInt *z) in DMDAGetOverlap()
375 …rCode DMDAGetOffset(DM da, PeOp PetscInt *xo, PeOp PetscInt *yo, PeOp PetscInt *zo, PeOp PetscInt … in DMDAGetOffset()
410 …onOverlappingRegion(DM da, PeOp PetscInt *xs, PeOp PetscInt *ys, PeOp PetscInt *zs, PeOp PetscInt … in DMDAGetNonOverlappingRegion()
748 PetscErrorCode DMDAGetOwnershipRanges(DM da, PeOp const PetscInt *lx[], PeOp const PetscInt *ly[], in DMDAGetOwnershipRanges()
820 PetscErrorCode DMDAGetRefinementFactor(DM da, PeOp PetscInt *refine_x, PeOp PetscInt *refine_y, PeO… in DMDAGetRefinementFactor()
H A Ddalocal.c83 …scErrorCode DMDAGetNumCells(DM dm, PeOp PetscInt *numCellsX, PeOp PetscInt *numCellsY, PeOp PetscI… in DMDAGetNumCells()
234 PetscErrorCode DMDAGetHeightStratum(DM dm, PetscInt height, PeOp PetscInt *pStart, PeOp PetscInt *p… in DMDAGetHeightStratum()
286 PetscErrorCode DMDAGetDepthStratum(DM dm, PetscInt depth, PeOp PetscInt *pStart, PeOp PetscInt *pEn… in DMDAGetDepthStratum()
H A Ddagetelem.c200 PetscErrorCode DMDAGetElementsCorners(DM da, PeOp PetscInt *gx, PeOp PetscInt *gy, PeOp PetscInt *g… in DMDAGetElementsCorners()
245 PetscErrorCode DMDAGetElementsSizes(DM da, PeOp PetscInt *mx, PeOp PetscInt *my, PeOp PetscInt *mz) in DMDAGetElementsSizes()
/petsc/src/dm/dt/space/interface/
H A Dspace.c343 PetscErrorCode PetscSpaceGetDegree(PetscSpace sp, PeOp PetscInt *minDegree, PeOp PetscInt *maxDegre… in PetscSpaceGetDegree()
481 …Space sp, PetscInt npoints, const PetscReal points[], PeOp PetscReal B[], PeOp PetscReal D[], PeOp in PetscSpaceEvaluate()
/petsc/src/dm/dt/fe/impls/composite/
H A Dfecomposite.c256 …positeGetMapping(PetscFE fem, PeOp PetscInt *numSubelements, PeOp const PetscReal *v0[], PeOp cons… in PetscFECompositeGetMapping()
/petsc/include/
H A Dpetscdt.h331 #define PeOp macro
357 static inline PetscErrorCode PetscDTEnumPerm(PetscInt n, PetscInt k, PetscInt *perm, PeOp PetscBool… in PetscDTEnumPerm()
405 static inline PetscErrorCode PetscDTPermIndex(PetscInt n, const PetscInt *perm, PetscInt *k, PeOp P… in PetscDTPermIndex()
539 …rorCode PetscDTEnumSplit(PetscInt n, PetscInt k, PetscInt j, PetscInt *perm, PeOp PetscBool *isOdd) in PetscDTEnumSplit()
/petsc/src/dm/impls/network/
H A Dnetwork.c83 PetscErrorCode DMNetworkGetNumSubNetworks(DM dm, PeOp PetscInt *nsubnet, PeOp PetscInt *Nsubnet) in DMNetworkGetNumSubNetworks()
304 …ode DMNetworkSharedVertexGetInfo(DM dm, PetscInt v, PeOp PetscInt *gidx, PeOp PetscInt *n, const P… in DMNetworkSharedVertexGetInfo()
815 …orkGetSubnetwork(DM dm, PetscInt netnum, PeOp PetscInt *nv, PeOp PetscInt *ne, PeOp const PetscInt… in DMNetworkGetSubnetwork()
890 PetscErrorCode DMNetworkGetSharedVertices(DM dm, PeOp PetscInt *nsv, PeOp const PetscInt *svtx[]) in DMNetworkGetSharedVertices()
980 PetscErrorCode DMNetworkGetNumVertices(DM dm, PeOp PetscInt *nVertices, PeOp PetscInt *NVertices) in DMNetworkGetNumVertices()
1013 PetscErrorCode DMNetworkGetNumEdges(DM dm, PeOp PetscInt *nEdges, PeOp PetscInt *NEdges) in DMNetworkGetNumEdges()
1046 PetscErrorCode DMNetworkGetVertexRange(DM dm, PeOp PetscInt *vStart, PeOp PetscInt *vEnd) in DMNetworkGetVertexRange()
1072 PetscErrorCode DMNetworkGetEdgeRange(DM dm, PeOp PetscInt *eStart, PeOp PetscInt *eEnd) in DMNetworkGetEdgeRange()
1462 …kGetComponent(DM dm, PetscInt p, PetscInt compnum, PeOp PetscInt *compkey, PetscCtxRt component, P… in DMNetworkGetComponent()
2041 PetscErrorCode DMNetworkGetSupportingEdges(DM dm, PetscInt vertex, PetscInt *nedges, PeOp const Pet… in DMNetworkGetSupportingEdges()
/petsc/src/dm/field/interface/
H A Ddmfield.c346 PetscErrorCode DMFieldGetDegree(DMField field, IS cellIS, PeOp PetscInt *minDegree, PeOp PetscInt *… in DMFieldGetDegree()
/petsc/src/dm/dt/interface/
H A Ddt.c307 …GetData(PetscQuadrature q, PeOp PetscInt *dim, PeOp PetscInt *Nc, PeOp PetscInt *npoints, PeOp con… in PetscQuadratureGetData()
916 …l *points, PetscInt ndegree, const PetscInt *degrees, PeOp PetscReal B[], PeOp PetscReal D[], PeOp in PetscDTJacobiEval()
948 …l *points, PetscInt ndegree, const PetscInt *degrees, PeOp PetscReal B[], PeOp PetscReal D[], PeOp in PetscDTLegendreEval()
3375 PetscErrorCode PetscQuadratureComputePermutations(PetscQuadrature quad, PeOp PetscInt *Np, IS *perm… in PetscQuadratureComputePermutations()
/petsc/src/dm/impls/patch/
H A Dpatch.c41 …dm, MatStencil lower, MatStencil upper, MPI_Comm commz, DM *dmz, PeOp PetscSF *sfz, PeOp PetscSF *… in DMPatchZoom()
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c223 PetscErrorCode PetscDualSpaceViewFromOptions(PetscDualSpace A, PeOp PetscObject obj, const char nam… in PetscDualSpaceViewFromOptions()
1258 PetscErrorCode PetscDualSpaceGetAllData(PetscDualSpace sp, PeOp PetscQuadrature *allNodes, PeOp Mat… in PetscDualSpaceGetAllData()
1372 …rrorCode PetscDualSpaceGetInteriorData(PetscDualSpace sp, PeOp PetscQuadrature *intNodes, PeOp Mat… in PetscDualSpaceGetInteriorData()
/petsc/src/dm/dt/space/impls/sum/
H A Dspacesum.c597 PetscErrorCode PetscSpaceSumGetInterleave(PetscSpace sp, PeOp PetscBool *interleave_basis, PeOp Pet… in PetscSpaceSumGetInterleave()
/petsc/src/dm/impls/plex/
H A Dplex.c84 PetscErrorCode DMPlexGetSimplexOrBoxCells(DM dm, PetscInt height, PeOp PetscInt *cStart, PeOp Petsc… in DMPlexGetSimplexOrBoxCells()
2641 …tionLoad(DM dm, PetscViewer viewer, PeOp DM sectiondm, PetscSF globalToLocalPointSF, PeOp PetscSF … in DMPlexSectionLoad()
3233 PetscErrorCode DMPlexGetConeTuple(DM dm, IS p, PeOp PetscSection *pConesSection, PeOp IS *pCones) in DMPlexGetConeTuple()
3320 …rrorCode DMPlexGetConeRecursive(DM dm, IS points, PeOp PetscInt *depth, PeOp IS *expandedPoints[],… in DMPlexGetConeRecursive()
3406 …Code DMPlexRestoreConeRecursive(DM dm, IS points, PeOp PetscInt *depth, PeOp IS *expandedPoints[],… in DMPlexRestoreConeRecursive()
3663 PetscErrorCode DMPlexGetOrientedCone(DM dm, PetscInt p, PeOp const PetscInt *cone[], PeOp const Pet… in DMPlexGetOrientedCone()
4298 PetscErrorCode DMPlexGetMaxSizes(DM dm, PeOp PetscInt *maxConeSize, PeOp PetscInt *maxSupportSize) in DMPlexGetMaxSizes()
5466 PetscErrorCode DMPlexGetDepthStratum(DM dm, PetscInt depth, PeOp PetscInt *start, PeOp PetscInt *en… in DMPlexGetDepthStratum()
5521 PetscErrorCode DMPlexGetHeightStratum(DM dm, PetscInt height, PeOp PetscInt *start, PeOp PetscInt *… in DMPlexGetHeightStratum()
8362 …cBool useClPerm, PetscInt *numIndices, PetscInt *indices[], PeOp PetscInt outOffsets[], PeOp Petsc… in DMPlexGetClosureIndices()
[all …]
H A Dplexdistribute.c347 …ion, IS rootRanks, PetscSection leafRankSection, IS leafRanks, PeOp IS *processRanks, PeOp PetscSF… in DMPlexCreateTwoSidedProcessSF()
1831 PetscErrorCode DMPlexDistribute(DM dm, PetscInt overlap, PeOp PetscSF *sf, DM *dmParallel) in DMPlexDistribute()
2139 PetscErrorCode DMPlexDistributeOverlap(DM dm, PetscInt overlap, PeOp PetscSF *sf, DM *dmOverlap) in DMPlexDistributeOverlap()
2309 PetscErrorCode DMPlexGetGatherDM(DM dm, PetscSF *sf, PeOp DM *gatherMesh) in DMPlexGetGatherDM()
2352 PetscErrorCode DMPlexGetRedundantDM(DM dm, PetscSF *sf, PeOp DM *redundantMesh) in DMPlexGetRedundantDM()
H A Dplexcreate.c5961 …scInt NVertices, PetscInt numCorners, const PetscInt cells[], PeOp PetscSF *vertexSF, PeOp PetscIn… in DMPlexBuildFromCellListParallel()
6106 … NVertices, PetscSection cellSection, const PetscInt cells[], PeOp PetscSF *vertexSF, PeOp PetscIn… in DMPlexBuildFromCellSectionParallel()
6309 …t cells[], PetscInt spaceDim, const PetscReal vertexCoords[], PeOp PetscSF *vertexSF, PeOp PetscIn… in DMPlexCreateFromCellListParallelPetsc()
6367 …t cells[], PetscInt spaceDim, const PetscReal vertexCoords[], PeOp PetscSF *vertexSF, PeOp PetscIn… in DMPlexCreateFromCellSectionParallel()
H A Dplexfem.c3751 PetscErrorCode DMPlexGetCellFields(DM dm, IS cellIS, Vec locX, PeOp Vec locX_t, PeOp Vec locA, Pets… in DMPlexGetCellFields()
3837 PetscErrorCode DMPlexRestoreCellFields(DM dm, IS cellIS, Vec locX, PeOp Vec locX_t, PeOp Vec locA, … in DMPlexRestoreCellFields()
4090 …M dm, PetscInt fStart, PetscInt fEnd, Vec locX, PeOp Vec locX_t, Vec faceGeometry, Vec cellGeometr… in DMPlexGetFaceFields()
4254 …M dm, PetscInt fStart, PetscInt fEnd, Vec locX, PeOp Vec locX_t, Vec faceGeometry, Vec cellGeometr… in DMPlexRestoreFaceFields()
4847 PetscErrorCode DMPlexGetGeometryFVM(DM dm, Vec *facegeom, Vec *cellgeom, PeOp PetscReal *minRadius) in DMPlexGetGeometryFVM()
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c1641 …etscErrorCode KSPGetTolerances(KSP ksp, PeOp PetscReal *rtol, PeOp PetscReal *abstol, PeOp PetscRe… in KSPGetTolerances()
/petsc/src/dm/impls/forest/
H A Dforest.c1081 PetscErrorCode DMForestGetAdaptivitySF(DM dm, PeOp PetscSF *preCoarseToFine, PeOp PetscSF *coarseTo… in DMForestGetAdaptivitySF()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c173 PetscErrorCode PetscFEViewFromOptions(PetscFE A, PeOp PetscObject obj, const char name[]) in PetscFEViewFromOptions()
491 …e PetscFEGetTileSizes(PetscFE fem, PeOp PetscInt *blockSize, PeOp PetscInt *numBlocks, PeOp PetscI… in PetscFEGetTileSizes()
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c1088 …orCode PetscDualSpaceSumGetInterleave(PetscDualSpace sp, PeOp PetscBool *interleave_basis, PeOp Pe… in PetscDualSpaceSumGetInterleave()
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c3083 …lSpaceLagrangeGetNodeType(PetscDualSpace sp, PeOp PetscDTNodeType *nodeType, PeOp PetscBool *bound… in PetscDualSpaceLagrangeGetNodeType()

12