Home
last modified time | relevance | path

Searched refs:PetscInt (Results 1 – 25 of 2318) sorted by relevance

12345678910>>...93

/petsc/include/petsc/private/
H A Dmatorderimpl.h9 …EPACKgen1wd(const PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, PetscInt *, PetscInt
10 …rorCode SPARSEPACKgennd(const PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, PetscInt
11 …tscErrorCode SPARSEPACKgenrcm(const PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, Pe…
12PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, Pe…
14 …EPACKqmdrch(const PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, PetscInt *, PetscInt
15 …rg(const PetscInt *, const PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *,…
16 …rorCode SPARSEPACKqmdqt(const PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, PetscInt
17 …pd(const PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, PetscInt *,…
18 …tscErrorCode SPARSEPACKfnroot(PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, PetscInt
19 …e SPARSEPACKfn1wd(PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, PetscInt *, PetscInt
[all …]
H A Ddmplextransformimpl.h21 …PlexTransform, DMPolytopeType, PetscInt, PetscInt *, PetscInt *, DMPolytopeType *[], PetscInt *[],…
23 …ion)(DMPlexTransform, DMPolytopeType, PetscInt, PetscInt, DMPolytopeType, PetscInt, PetscInt, Pets…
24 …inates)(DMPlexTransform, DMPolytopeType, DMPolytopeType, PetscInt, PetscInt, PetscInt, PetscInt, c…
35 PetscInt *ctOrderOld; /* [i] = ct: An array with original cell types in depth order */
36PetscInt *ctOrderInvOld; /* [ct] = i: An array with the ordinal numbers for each original cell…
37PetscInt *ctStart; /* [ct]: The number for the first cell of each polytope type in the o…
38 PetscInt *ctOrderNew; /* [i] = ct: An array with produced cell types in depth order */
39PetscInt *ctOrderInvNew; /* [ct] = i: An array with the ordinal numbers for each produced cell…
40PetscInt *ctStartNew; /* [ctNew]: The number for the first cell of each polytope type in th…
41PetscInt *offset; /* [ct/rt][ctNew]: The offset from ctStartNew[ctNew] in the new point…
[all …]
/petsc/include/
H A Dpetscds.h21 PETSC_EXTERN PetscErrorCode PetscWeakFormGetNumFields(PetscWeakForm, PetscInt *);
22 PETSC_EXTERN PetscErrorCode PetscWeakFormSetNumFields(PetscWeakForm, PetscInt);
25 PETSC_EXTERN PetscErrorCode PetscFormKeySort(PetscInt, PetscFormKey[]);
26 …EXTERN PetscErrorCode PetscWeakFormRewriteKeys(PetscWeakForm, DMLabel, PetscInt, const PetscInt[]);
28 …PetscWeakFormClearIndex(PetscWeakForm, DMLabel, PetscInt, PetscInt, PetscInt, PetscWeakFormKind, P…
30PetscInt, PetscInt, PetscInt, PetscInt *, void (***)(PetscInt, PetscInt, PetscInt, const PetscInt[…
31PetscInt, PetscInt, PetscInt, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt[], const Petsc…
32PetscInt, PetscInt, PetscInt, PetscInt, void (**)(PetscInt, PetscInt, PetscInt, const PetscInt[], …
33PetscInt, PetscInt, PetscInt, PetscInt, void (**)(PetscInt, PetscInt, PetscInt, const PetscInt[], …
34PetscInt, PetscInt, PetscInt, PetscInt, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt[], c…
[all …]
H A Dpetscdmda.h44 PETSC_EXTERN PetscErrorCode DMDAGetElements(DM, PetscInt *, PetscInt *, const PetscInt *[]);
45 PETSC_EXTERN PetscErrorCode DMDARestoreElements(DM, PetscInt *, PetscInt *, const PetscInt *[]);
46 PETSC_EXTERN PetscErrorCode DMDAGetElementsSizes(DM, PetscInt *, PetscInt *, PetscInt *);
47 PETSC_EXTERN PetscErrorCode DMDAGetElementsCorners(DM, PetscInt *, PetscInt *, PetscInt *);
54 PETSC_EXTERN PetscErrorCode DMDASetSizes(DM, PetscInt, PetscInt, PetscInt);
55 …PetscErrorCode DMDACreate1d(MPI_Comm, DMBoundaryType, PetscInt, PetscInt, PetscInt, const PetscInt
56 …oundaryType, DMDAStencilType, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, const Pe…
57 …encilType, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, const P…
73 …_EXTERN PetscErrorCode DMDAGetCorners(DM, PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt
74 …RN PetscErrorCode DMDAGetGhostCorners(DM, PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt
[all …]
H A Dpetscdmnetwork.h19 typedef PetscInt DMNetworkComponentGenericDataType;
22 PETSC_EXTERN PetscErrorCode DMNetworkSetNumSubNetworks(DM, PetscInt, PetscInt);
23 PETSC_EXTERN PetscErrorCode DMNetworkGetNumSubNetworks(DM, PetscInt *, PetscInt *);
25 PETSC_EXTERN PetscErrorCode DMNetworkRegisterComponent(DM, const char *, size_t, PetscInt *);
26 PETSC_EXTERN PetscErrorCode DMNetworkGetVertexRange(DM, PetscInt *, PetscInt *);
27 PETSC_EXTERN PetscErrorCode DMNetworkGetEdgeRange(DM, PetscInt *, PetscInt *);
28 PETSC_EXTERN PetscErrorCode DMNetworkGetNumEdges(DM, PetscInt *, PetscInt *);
29 PETSC_EXTERN PetscErrorCode DMNetworkGetNumVertices(DM, PetscInt *, PetscInt *);
31 PETSC_EXTERN PetscErrorCode DMNetworkAddComponent(DM, PetscInt, PetscInt, void *, PetscInt);
32 …TSC_EXTERN PetscErrorCode DMNetworkGetComponent(DM, PetscInt, PetscInt, PetscInt *, void *, PetscI…
[all …]
H A Dpetscdmstag.h73 PetscInt i, j, k, c;
93 …MStagCreate1d(MPI_Comm, DMBoundaryType, PetscInt, PetscInt, PetscInt, DMStagStencilType, PetscInt,…
94 …ndaryType, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, DMStagStencilType…
95PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt
96 PETSC_EXTERN PetscErrorCode DMStagCreateCompatibleDMStag(DM, PetscInt, PetscInt, PetscInt, PetscInt
97 PETSC_EXTERN PetscErrorCode DMStagCreateISFromStencils(DM, PetscInt, DMStagStencil *, IS *);
99 …de DMStagGetCorners(DM, PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, Pe…
100 PETSC_EXTERN PetscErrorCode DMStagGetDOF(DM, PetscInt *, PetscInt *, PetscInt *, PetscInt *);
101 PETSC_EXTERN PetscErrorCode DMStagGetEntries(DM, PetscInt *);
102 PETSC_EXTERN PetscErrorCode DMStagGetEntriesLocal(DM, PetscInt *);
[all …]
H A Dpetscsection.h18 PETSC_EXTERN PetscErrorCode PetscSectionGetNumFields(PetscSection, PetscInt *);
19 PETSC_EXTERN PetscErrorCode PetscSectionSetNumFields(PetscSection, PetscInt);
20 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldName(PetscSection, PetscInt, const char *[]);
21 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldName(PetscSection, PetscInt, const char[]);
22 PETSC_EXTERN PetscErrorCode PetscSectionGetComponentName(PetscSection, PetscInt, PetscInt, const ch…
23 PETSC_EXTERN PetscErrorCode PetscSectionSetComponentName(PetscSection, PetscInt, PetscInt, const ch…
24 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldComponents(PetscSection, PetscInt, PetscInt *);
25 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldComponents(PetscSection, PetscInt, PetscInt);
26 PETSC_EXTERN PetscErrorCode PetscSectionGetChart(PetscSection, PetscInt *, PetscInt *);
27 PETSC_EXTERN PetscErrorCode PetscSectionSetChart(PetscSection, PetscInt, PetscInt);
[all …]
H A Dpetscis.h53 PETSC_EXTERN PetscErrorCode ISContiguousLocal(IS, PetscInt, PetscInt, PetscInt *, PetscBool *);
83 PETSC_EXTERN PetscErrorCode ISGetIndices(IS, const PetscInt *[]);
84 PETSC_EXTERN PetscErrorCode ISRestoreIndices(IS, const PetscInt *[]);
85 PETSC_EXTERN PetscErrorCode ISGetTotalIndices(IS, const PetscInt *[]);
86 PETSC_EXTERN PetscErrorCode ISRestoreTotalIndices(IS, const PetscInt *[]);
87 PETSC_EXTERN PetscErrorCode ISGetNonlocalIndices(IS, const PetscInt *[]);
88 PETSC_EXTERN PetscErrorCode ISRestoreNonlocalIndices(IS, const PetscInt *[]);
91 PETSC_EXTERN PetscErrorCode ISGetSize(IS, PetscInt *);
92 PETSC_EXTERN PetscErrorCode ISGetLocalSize(IS, PetscInt *);
93 PETSC_EXTERN PetscErrorCode ISInvertPermutation(IS, PetscInt, IS *);
[all …]
H A Dpetscdt.h104 PETSC_EXTERN PetscErrorCode PetscQuadratureGetOrder(PetscQuadrature, PetscInt *);
105 PETSC_EXTERN PetscErrorCode PetscQuadratureSetOrder(PetscQuadrature, PetscInt);
106 PETSC_EXTERN PetscErrorCode PetscQuadratureGetNumComponents(PetscQuadrature, PetscInt *);
107 PETSC_EXTERN PetscErrorCode PetscQuadratureSetNumComponents(PetscQuadrature, PetscInt);
109 …TERN PetscErrorCode PetscQuadratureGetData(PetscQuadrature, PetscInt *, PetscInt *, PetscInt *, co…
110 PETSC_EXTERN PetscErrorCode PetscQuadratureSetData(PetscQuadrature, PetscInt, PetscInt, PetscInt, c…
115 PETSC_EXTERN PetscErrorCode PetscQuadratureExpandComposite(PetscQuadrature, PetscInt, const PetscRe…
116 PETSC_EXTERN PetscErrorCode PetscQuadratureComputePermutations(PetscQuadrature, PetscInt *, IS *[]);
118 …QuadraturePushForward(PetscQuadrature, PetscInt, const PetscReal[], const PetscReal[], const Petsc…
120 PETSC_EXTERN PetscErrorCode PetscDTLegendreEval(PetscInt, const PetscReal *, PetscInt, const PetscI…
[all …]
H A Dpetscdmplex.h24 …TSC_EXTERN PetscErrorCode DMPlexBuildFromCellList(DM, PetscInt, PetscInt, PetscInt, const PetscInt
25 …e DMPlexBuildFromCellListParallel(DM, PetscInt, PetscInt, PetscInt, PetscInt, const PetscInt[], Pe…
26 …lexBuildFromCellSectionParallel(DM, PetscInt, PetscInt, PetscInt, PetscSection, const PetscInt[], …
27 PETSC_EXTERN PetscErrorCode DMPlexBuildCoordinatesFromCellList(DM, PetscInt, const PetscReal[]);
28 PETSC_EXTERN PetscErrorCode DMPlexBuildCoordinatesFromCellListParallel(DM, PetscInt, PetscSF, const…
31 PETSC_EXTERN PetscErrorCode DMPlexCreateCohesiveSubmesh(DM, PetscBool, const char[], PetscInt, DM *…
32 …PlexCreateFromCellListPetsc(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscBool, const Pet…
33 …sc(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscBool, const PetscInt[], PetscI…
34 …(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscSection, PetscBool, const PetscInt[], Pets…
35 …tscErrorCode DMPlexCreateFromDAG(DM, PetscInt, const PetscInt[], const PetscInt[], const PetscInt[…
[all …]
H A Dpetscmat.h363 …orCode MatCreateFromOptions(MPI_Comm, const char *, PetscInt, PetscInt, PetscInt, PetscInt, PetscI…
364 PETSC_EXTERN PetscErrorCode MatSetSizes(Mat, PetscInt, PetscInt, PetscInt, PetscInt);
412 …SC_EXTERN PetscErrorCode MatCreateSeqAIJMKL(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscInt
413 … MatCreateMPIAIJMKL(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, const PetscInt[],
414 …tCreateBAIJMKL(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, const PetscIn…
415 …ERN PetscErrorCode MatCreateSeqBAIJMKL(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, const Pet…
418 …MatCreateMPIAIJPERM(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, const PetscInt[],
419 …C_EXTERN PetscErrorCode MatCreateSeqAIJPERM(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscInt
421 PETSC_EXTERN PetscErrorCode MatCreateSeqSELL(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscInt
422 …rCode MatCreateSELL(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, const PetscInt[],
[all …]
H A Dpetscdmplextransform.h55 PETSC_EXTERN PetscErrorCode DMPlexTransformGetChart(DMPlexTransform, PetscInt *, PetscInt *);
56 PETSC_EXTERN PetscErrorCode DMPlexTransformGetCellType(DMPlexTransform, PetscInt, DMPolytopeType *);
57 …rorCode DMPlexTransformGetCellTypeStratum(DMPlexTransform, DMPolytopeType, PetscInt *, PetscInt *);
58 PETSC_EXTERN PetscErrorCode DMPlexTransformGetDepth(DMPlexTransform, PetscInt *);
59 …N PetscErrorCode DMPlexTransformGetDepthStratum(DMPlexTransform, PetscInt, PetscInt *, PetscInt *);
67 …ormGetTargetPoint(DMPlexTransform, DMPolytopeType, DMPolytopeType, PetscInt, PetscInt, PetscInt *);
68 …exTransformGetSourcePoint(DMPlexTransform, PetscInt, DMPolytopeType *, DMPolytopeType *, PetscInt
69 …PlexTransform, DMPolytopeType, PetscInt, PetscInt *, PetscInt *, DMPolytopeType *[], PetscInt *[],…
70 …PlexTransform, DMPolytopeType, PetscInt, PetscInt *, PetscInt *, DMPolytopeType *[], PetscInt *[],…
71 …tity(DMPlexTransform, DMPolytopeType, PetscInt, PetscInt, DMPolytopeType, PetscInt, PetscInt, Pets…
[all …]
H A Dpetscfe.h41 PetscInt dim; // dim: topological dimension and reference coordinate dimension
42 PetscInt dimEmbed; // dE: real coordinate dimension
43PetscInt numCells; // Nc: Number of mesh points represented in the arrays (points are assumed to…
44 PetscInt numPoints; // Np: Number of evaluation points represented in the arrays
53PetscInt (*face)[4]; // face[Nc][s*2]: For faces, the local face number (cone index) an…
61 PETSC_EXTERN PetscErrorCode PetscFEGeomCreate(PetscQuadrature, PetscInt, PetscInt, PetscFEGeomMode,…
62 PETSC_EXTERN PetscErrorCode PetscFEGeomGetChunk(PetscFEGeom *, PetscInt, PetscInt, PetscFEGeom **);
63 PETSC_EXTERN PetscErrorCode PetscFEGeomRestoreChunk(PetscFEGeom *, PetscInt, PetscInt, PetscFEGeom …
64 PETSC_EXTERN PetscErrorCode PetscFEGeomGetPoint(PetscFEGeom *, PetscInt, PetscInt, const PetscReal[…
65 PETSC_EXTERN PetscErrorCode PetscFEGeomGetCellPoint(PetscFEGeom *, PetscInt, PetscInt, PetscFEGeom …
[all …]
H A Dpetscdmlabel.h26 PETSC_EXTERN PetscErrorCode DMLabelGetDefaultValue(DMLabel, PetscInt *);
27 PETSC_EXTERN PetscErrorCode DMLabelSetDefaultValue(DMLabel, PetscInt);
28 PETSC_EXTERN PetscErrorCode DMLabelGetValue(DMLabel, PetscInt, PetscInt *);
29 PETSC_EXTERN PetscErrorCode DMLabelSetValue(DMLabel, PetscInt, PetscInt);
30 PETSC_EXTERN PetscErrorCode DMLabelClearValue(DMLabel, PetscInt, PetscInt);
31 PETSC_EXTERN PetscErrorCode DMLabelAddStratum(DMLabel, PetscInt);
32 PETSC_EXTERN PetscErrorCode DMLabelAddStrata(DMLabel, PetscInt, const PetscInt[]);
34 PETSC_EXTERN PetscErrorCode DMLabelInsertIS(DMLabel, IS, PetscInt);
35 PETSC_EXTERN PetscErrorCode DMLabelGetNumValues(DMLabel, PetscInt *);
36 PETSC_EXTERN PetscErrorCode DMLabelGetStratumBounds(DMLabel, PetscInt, PetscInt *, PetscInt *);
[all …]
/petsc/src/mat/graphops/color/impls/minpack/
H A Dcolor.h7 …scErrorCode MINPACKdegr(PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *, const Pe…
8PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, Pe…
9PetscInt *, PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *, Pe…
10 extern PetscErrorCode MINPACKnumsrt(PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, Pet…
11 … MINPACKseq(PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *, Pe…
12 extern PetscErrorCode MINPACKsetr(PetscInt *, PetscInt *, PetscInt *, PetscInt *, PetscInt *, Petsc…
13PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *, PetscInt *, Pe…
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.h44PetscInt *array; /* [7*n+2] Memory pool for other fields in this struct. Used to easily cop…
45 PetscInt n; /* Number of destination ranks */
46PetscInt *offset; /* [n+1] Offsets of indices for each rank. offset[0]=0, offset[i+1]=offset…
47 PetscInt *start; /* [n] First index */
48 PetscInt *dx, *dy, *dz; /* [n] Lengths of the submatrix in X, Y, Z dimension. */
49 PetscInt *X, *Y; /* [n] Lengths of the outer matrix in X, Y. We do not care Z. */
68 …PetscErrorCode (*h_Pack)(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt *, const …
69 …PetscErrorCode (*h_UnpackAndInsert)(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscIn…
70 …PetscErrorCode (*h_UnpackAndAdd)(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt *…
71 …PetscErrorCode (*h_UnpackAndMin)(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt *…
[all …]
/petsc/src/ksp/pc/impls/tfs/
H A Dtfs.h115 typedef PetscErrorCode (*vfp)(void *, void *, PetscInt, ...);
116 typedef PetscErrorCode (*rbfp)(PetscScalar *, PetscScalar *, PetscInt);
117 typedef PetscInt (*bfp)(void *, void *, PetscInt *, MPI_Datatype *);
138 PETSC_INTERN PetscErrorCode PCTFS_giop(PetscInt *, PetscInt *, PetscInt, PetscInt *);
139 PETSC_INTERN PetscErrorCode PCTFS_grop(PetscScalar *, PetscScalar *, PetscInt, PetscInt *);
141 PETSC_INTERN PetscErrorCode PCTFS_giop_hc(PetscInt *, PetscInt *, PetscInt, PetscInt *, PetscInt);
142 …_INTERN PetscErrorCode PCTFS_grop_hc(PetscScalar *, PetscScalar *, PetscInt, PetscInt *, PetscInt);
143 PETSC_INTERN PetscErrorCode PCTFS_ssgl_radd(PetscScalar *, PetscScalar *, PetscInt, PetscInt *);
168 PETSC_INTERN PetscInt *PCTFS_ivec_copy(PetscInt *, PetscInt *, PetscInt);
169 PETSC_INTERN PetscErrorCode PCTFS_ivec_zero(PetscInt *, PetscInt);
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi13 PetscErrorCode PetscSectionGetNumFields(PetscSection, PetscInt*)
14 PetscErrorCode PetscSectionSetNumFields(PetscSection, PetscInt)
15 PetscErrorCode PetscSectionGetFieldName(PetscSection, PetscInt, const char*[])
16 PetscErrorCode PetscSectionSetFieldName(PetscSection, PetscInt, const char[])
17 PetscErrorCode PetscSectionGetFieldComponents(PetscSection, PetscInt, PetscInt*)
18 PetscErrorCode PetscSectionSetFieldComponents(PetscSection, PetscInt, PetscInt)
19 PetscErrorCode PetscSectionGetChart(PetscSection, PetscInt*, PetscInt*)
20 PetscErrorCode PetscSectionSetChart(PetscSection, PetscInt, PetscInt)
23 PetscErrorCode PetscSectionGetDof(PetscSection, PetscInt, PetscInt*)
24 PetscErrorCode PetscSectionSetDof(PetscSection, PetscInt, PetscInt)
[all …]
H A Dpetscdmplex.pxi18 PetscErrorCode DMPlexCreateCohesiveSubmesh(PetscDM, PetscBool, const char[], PetscInt, PetscDM*)
19 … DMPlexCreateFromCellListPetsc(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscBool, PetscI…
21 PetscErrorCode DMPlexGetChart(PetscDM, PetscInt*, PetscInt*)
22 PetscErrorCode DMPlexSetChart(PetscDM, PetscInt, PetscInt)
23 PetscErrorCode DMPlexGetConeSize(PetscDM, PetscInt, PetscInt*)
24 PetscErrorCode DMPlexSetConeSize(PetscDM, PetscInt, PetscInt)
25 PetscErrorCode DMPlexGetCone(PetscDM, PetscInt, const PetscInt*[])
26 PetscErrorCode DMPlexSetCone(PetscDM, PetscInt, const PetscInt[])
27 PetscErrorCode DMPlexInsertCone(PetscDM, PetscInt, PetscInt, PetscInt)
28 PetscErrorCode DMPlexInsertConeOrientation(PetscDM, PetscInt, PetscInt, PetscInt)
[all …]
H A Dpetscdt.pxi9 …PetscErrorCode PetscFECreateDefault(MPI_Comm, PetscInt, PetscInt, PetscBool, const char [], PetscI…
12 PetscErrorCode PetscQuadratureGetOrder(PetscQuadrature, PetscInt*)
13 PetscErrorCode PetscQuadratureSetOrder(PetscQuadrature, PetscInt)
14 PetscErrorCode PetscQuadratureGetNumComponents(PetscQuadrature, PetscInt*)
15 PetscErrorCode PetscQuadratureSetNumComponents(PetscQuadrature, PetscInt)
16 …PetscErrorCode PetscQuadratureGetData(PetscQuadrature, PetscInt*, PetscInt*, PetscInt*, const Pets…
17 …PetscErrorCode PetscQuadratureSetData(PetscQuadrature, PetscInt, PetscInt, PetscInt, const PetscRe…
22 …PetscErrorCode PetscQuadratureExpandComposite(PetscQuadrature, PetscInt, const PetscReal[], const …
24 …PetscErrorCode PetscDTLegendreEval(PetscInt, const PetscReal*, PetscInt, const PetscInt*, PetscRea…
25 PetscErrorCode PetscDTGaussQuadrature(PetscInt, PetscReal, PetscReal, PetscReal*, PetscReal*)
[all …]
H A Dpetscdmstag.pxi40 …ate1d(MPI_Comm, PetscDMBoundaryType, PetscInt, PetscInt, PetscInt, PetscDMStagStencilType, PetscIn…
41 …ryType, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscDMStagStencilTy…
42PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt
44 …e DMStagGetCorners(PetscDM, PetscInt*, PetscInt*, PetscInt*, PetscInt*, PetscInt*, PetscInt*, Pets…
45 …etscErrorCode DMStagGetGhostCorners(PetscDM, PetscInt*, PetscInt*, PetscInt*, PetscInt*, PetscInt*…
46 PetscErrorCode DMStagGetLocalSizes(PetscDM, PetscInt*, PetscInt*, PetscInt*)
47 PetscErrorCode DMStagGetEntriesPerElement(PetscDM, PetscInt*)
49 PetscErrorCode DMStagGetDOF(PetscDM, PetscInt*, PetscInt*, PetscInt*, PetscInt*)
50 PetscErrorCode DMStagGetNumRanks(PetscDM, PetscInt*, PetscInt*, PetscInt*)
51 PetscErrorCode DMStagGetGlobalSizes(PetscDM, PetscInt*, PetscInt*, PetscInt*)
[all …]
/petsc/src/dm/dt/interface/
H A Ddtweakform.c92 PetscErrorCode PetscFormKeySort(PetscInt n, PetscFormKey arr[]) in PetscFormKeySort()
101 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormGetFunction_Private()
123 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormSetFunction_Private()
127 PetscInt i; in PetscWeakFormSetFunction_Private()
149 …rivate(PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt par… in PetscWeakFormAddFunction_Private()
173 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormGetIndexFunction_Private()
194 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormSetIndexFunction_Private()
217 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormClearIndexFunction_Private()
257 PetscInt f; in PetscWeakFormCopy()
284 PetscInt f; in PetscWeakFormClear()
[all …]
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm.hpp24 template <typename Type, PetscInt BS, PetscInt EQ>
25 …static PetscErrorCode Pack(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt *, cons…
27 template <typename Type, class Op, PetscInt BS, PetscInt EQ>
28 …static PetscErrorCode UnpackAndOp(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt
30 template <typename Type, class Op, PetscInt BS, PetscInt EQ>
31 …static PetscErrorCode FetchAndOp(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt *…
33 template <typename Type, class Op, PetscInt BS, PetscInt EQ>
34 …terAndOp(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt *, const void *, PetscInt
36 template <typename Type, PetscInt BS, PetscInt EQ>
37 …ndInsert(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt *, const void *, PetscInt
[all …]
/petsc/src/ts/tutorials/multirate/
H A Dfinitevolume1d.h6 PetscInt m;
40 typedef PetscErrorCode (*RiemannFunction)(void *, PetscInt, const PetscScalar *, const PetscScalar …
41 typedef PetscErrorCode (*ReconstructFunction)(void *, PetscInt, const PetscScalar *, PetscScalar *,…
50 …PetscErrorCode (*sample)(void *, PetscInt, FVBCType, PetscReal, PetscReal, PetscReal, PetscReal, P…
55 PetscInt dof;
59 …nst PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt len_fast, Pets…
60 …nst PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt len_fast, Pets…
61 …nst PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt len_fast, Pets…
62 …nst PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt len_fast, Pets…
63 …nst PetscScalar *jL, const PetscScalar *jR, const PetscInt len_slow, const PetscInt len_fast, Pets…
[all …]
/petsc/src/snes/tutorials/network/power/
H A Dpower.h17 PetscInt compkey_branch;
18 PetscInt compkey_bus;
19 PetscInt compkey_gen;
20 PetscInt compkey_load;
28 PetscInt bus_i; /* Integer bus number .. used by some formats like Matpower */
32 PetscInt ide; /* Bus type code */
35 PetscInt area; /* Area number */
36 PetscInt zone; /* Zone number */
39 PetscInt owner; /* Owner number */
40 PetscInt internal_i; /* Internal Bus Number */
[all …]

12345678910>>...93