Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 25 of 25) sorted by relevance

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c374 PetscInt xSize, comp; in DMInterpolate_Segment_Private() local
410 for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] = x[0 * ctx->dof + comp]; in DMInterpolate_Triangle_Private() local
414 …for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] += PetscRealPart(x[(d + 1)… in DMInterpolate_Triangle_Private() local
440 for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] = x[0 * ctx->dof + comp]; in DMInterpolate_Tetrahedron_Private() local
444 …for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] += PetscRealPart(x[order[d… in DMInterpolate_Tetrahedron_Private() local
595 …for (PetscInt comp = 0; comp < dof; ++comp) a[p * dof + comp] = x[0 * dof + comp] * (1 - xir[0]) *… in DMInterpolate_Quad_Private() local
597 for (PetscInt comp = 0; comp < dof; ++comp) a[p * dof + comp] = x[0 * dof + comp]; in DMInterpolate_Quad_Private() local
603 for (PetscInt comp = 0; comp < dof; ++comp) { in DMInterpolate_Quad_Private() local
817 for (PetscInt comp = 0; comp < ctx->dof; ++comp) { in DMInterpolate_Hex_Private() local
822 … for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] = x[0 * ctx->dof + comp]; in DMInterpolate_Hex_Private() local
/petsc/src/snes/tutorials/
H A Dex77.c100 PetscInt comp; in zero_vector() local
109 PetscInt comp; in coordinates() local
133 PetscInt comp, d; in f1_u_3d() local
179 PetscInt comp, d; in f0_bd_u_3d() local
193 PetscInt comp, compI, compJ, d; in g1_bd_uu_3d() local
H A Dex56.c27 PetscInt comp, d; in f1_bd_u() local
169 PetscInt comp; in f0_u() local
177 for (int comp = 0; comp < Nf; ++comp) { in f0_u_x4() local
186 PetscInt comp; in zero() local
H A Dex69.c3082 PetscInt dim, comp; in SetupProblem() local
/petsc/src/mat/impls/aij/mpi/strumpack/
H A Dstrumpack.c255 static PetscErrorCode MatSTRUMPACKSetCompression_STRUMPACK(Mat F, MatSTRUMPACKCompressionType comp) in MatSTRUMPACKSetCompression_STRUMPACK()
269 static PetscErrorCode MatSTRUMPACKGetCompression_STRUMPACK(Mat F, MatSTRUMPACKCompressionType *comp) in MatSTRUMPACKGetCompression_STRUMPACK()
296 PetscErrorCode MatSTRUMPACKSetCompression(Mat F, MatSTRUMPACKCompressionType comp) in MatSTRUMPACKSetCompression()
320 PetscErrorCode MatSTRUMPACKGetCompression(Mat F, MatSTRUMPACKCompressionType *comp) in MatSTRUMPACKGetCompression()
/petsc/src/dm/impls/network/tests/
H A Dex1.c96 PetscInt *compprev, *comp, compkey; in main() local
/petsc/src/dm/dt/fe/impls/composite/
H A Dfecomposite.c108 PetscInt comp; /* Field components */ in PetscFEComputeTabulation_Composite() local
/petsc/src/dm/impls/plex/
H A Dplexsection.c204 const PetscInt *comp; in DMPlexCreateSectionBCDof() local
292 const PetscInt *comp, *idx; in DMPlexCreateSectionBCIndicesField() local
H A Dplexorient.c351 PetscMPIInt rank, size, numComponents, comp = 0; in DMPlexOrient() local
870 for (PetscInt comp = 0; comp < Ncomp; ++comp) { in DMPlexOrientCells_Internal() local
911 for (PetscInt comp = 0, off = 0; comp < Ncomp; ++comp) { in DMPlexOrientCells_Internal() local
H A Dplexglvis.c176 char comp[256]; in DMSetUpGLVisViewer_Plex() local
H A Dplexfem.c4164 PetscInt comp, coneSizeL, coneSizeR, faceLocL, faceLocR, ldof, rdof, d; in DMPlexGetFaceFields() local
H A Dplex.c424 PetscInt dim, Nf, f, Nc, comp, vStart, vEnd, cStart, cEnd, c, N, level, step, w = 0; in VecView_Plex_Local_Draw_2D() local
/petsc/include/petsc/private/
H A Dsectionimpl.h116 …#define PetscSectionCheckValidFieldComponent(comp, nfieldcomp) PetscSectionCheckValid_("section fi… argument
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1238 PetscErrorCode PetscFVSetNumComponents(PetscFV fvm, PetscInt comp) in PetscFVSetNumComponents()
1270 PetscErrorCode PetscFVGetNumComponents(PetscFV fvm, PetscInt *comp) in PetscFVGetNumComponents()
1293 PetscErrorCode PetscFVSetComponentName(PetscFV fvm, PetscInt comp, const char *name) in PetscFVSetComponentName()
1317 PetscErrorCode PetscFVGetComponentName(PetscFV fvm, PetscInt comp, const char *name[]) in PetscFVGetComponentName()
/petsc/src/ts/tutorials/
H A Dex18.c181 PetscInt comp; in f0_zero_u() local
188 PetscInt comp; in f0_constant_u() local
196 PetscInt comp; in f1_constant_u() local
213 PetscInt comp; in f0_lap_u() local
219 PetscInt comp, d; in f1_lap_u() local
H A Dex46.c109 PetscInt comp, d; in f1_u() local
H A Dex53.c1719 PetscInt comp[1]; in SetupPrimalProblem() local
/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c340 PetscInt n, is, ie, js, je, comp; in CharacteristicSolve() local
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c694 SNES_Composite *comp = (SNES_Composite *)snes->data; in SNESSolve_Composite() local
/petsc/src/vec/is/section/interface/
H A Dsection.c487 PetscErrorCode PetscSectionGetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionGetComponentName()
520 PetscErrorCode PetscSectionSetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionSetComponentName()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c414 PetscErrorCode PetscFESetNumComponents(PetscFE fem, PetscInt comp) in PetscFESetNumComponents()
437 PetscErrorCode PetscFEGetNumComponents(PetscFE fem, PetscInt *comp) in PetscFEGetNumComponents()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2453 for (PetscInt comp = 0; comp < ncomp; comp++) { in VecView_Plex_Local_CGNS() local
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c818 int (*comp)(const void *, const void *); in PetscLagNodeIndicesGetPermutation() local
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h530 int comp; in DMPforestComputeLocalCellTransferSF_loop() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c1818 PetscInt f, *comp = (PetscInt *)ctx; in func_coords_private() local