Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 22 of 22) sorted by relevance

/petsc/src/sys/webclient/
H A Dclient.c104 …dRequest(const char type[], const char url[], const char header[], const char ctype[], const char … in PetscHTTPBuildRequest()
176 …SRequest(const char type[], const char url[], const char header[], const char ctype[], const char … in PetscHTTPSRequest()
264 …PRequest(const char type[], const char url[], const char header[], const char ctype[], const char … in PetscHTTPRequest()
/petsc/src/mat/tests/
H A Dex55.c177 MatType ctype; in main() local
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/
H A Dpetscpyvista.py8 def _convertCell(ctype, cells, nc, off): argument
/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c41 PetscInt ctype = coloring->ctype, nxloc, nrows_k; in MatFDColoringApply_BAIJ() local
192 ISColoringType ctype = coloring->ctype; in MatFDColoringApply_AIJ() local
410 PetscInt ctype = c->ctype, *spidxA, *spidxB, nz, bs, bs2, spidx; in MatFDColoringSetUp_MPIXAIJ() local
/petsc/src/snes/impls/al/
H A Dal.c64 … PetscErrorCode SNESNewtonALSetCorrectionType_NEWTONAL(SNES snes, SNESNewtonALCorrectionType ctype) in SNESNewtonALSetCorrectionType_NEWTONAL()
89 PetscErrorCode SNESNewtonALSetCorrectionType(SNES snes, SNESNewtonALCorrectionType ctype) in SNESNewtonALSetCorrectionType()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c1565 static PetscErrorCode PCMGSetAdaptCoarseSpaceType_MG(PC pc, PCMGCoarseSpaceType ctype) in PCMGSetAdaptCoarseSpaceType_MG()
1576 static PetscErrorCode PCMGGetAdaptCoarseSpaceType_MG(PC pc, PCMGCoarseSpaceType *ctype) in PCMGGetAdaptCoarseSpaceType_MG()
1625 PetscErrorCode PCMGSetAdaptCoarseSpaceType(PC pc, PCMGCoarseSpaceType ctype) in PCMGSetAdaptCoarseSpaceType()
1649 PetscErrorCode PCMGGetAdaptCoarseSpaceType(PC pc, PCMGCoarseSpaceType *ctype) in PCMGGetAdaptCoarseSpaceType()
/petsc/src/dm/impls/da/
H A Dfdda.c187 PetscErrorCode DMCreateColoring_DA(DM da, ISColoringType ctype, ISColoring *coloring) in DMCreateColoring_DA()
259 PetscErrorCode DMCreateColoring_DA_2d_MPIAIJ(DM da, ISColoringType ctype, ISColoring *coloring) in DMCreateColoring_DA_2d_MPIAIJ()
323 PetscErrorCode DMCreateColoring_DA_3d_MPIAIJ(DM da, ISColoringType ctype, ISColoring *coloring) in DMCreateColoring_DA_3d_MPIAIJ()
388 PetscErrorCode DMCreateColoring_DA_1d_MPIAIJ(DM da, ISColoringType ctype, ISColoring *coloring) in DMCreateColoring_DA_1d_MPIAIJ()
457 PetscErrorCode DMCreateColoring_DA_2d_5pt_MPIAIJ(DM da, ISColoringType ctype, ISColoring *coloring) in DMCreateColoring_DA_2d_5pt_MPIAIJ()
H A Dda.c641 PetscErrorCode DMDASetInterpolationType(DM da, DMDAInterpolationType ctype) in DMDASetInterpolationType()
669 PetscErrorCode DMDAGetInterpolationType(DM da, DMDAInterpolationType *ctype) in DMDAGetInterpolationType()
/petsc/src/dm/impls/redundant/
H A Ddmredundant.c175 static PetscErrorCode DMCreateColoring_Redundant(DM dm, ISColoringType ctype, ISColoring *coloring) in DMCreateColoring_Redundant()
/petsc/include/petsc/private/
H A Disimpl.h98 ISColoringType ctype; member
H A Dpcpatchimpl.h15 …PCPatchConstructType ctype; /* Algorithm for patch const… member
H A Dmatimpl.h668 ISColoringType ctype; /* IS_COLORING_GLOBAL or IS_COLORING_LOCAL */ member
707 ISColoringType ctype; /* IS_COLORING_GLOBAL or IS_COLORING_LOCAL */ member
/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.c463 MatCompositeType ctype; in PCSetUp_Deflation() local
/petsc/src/snes/impls/patch/
H A Dsnespatch.c404 PetscErrorCode SNESPatchSetConstructType(SNES snes, PCPatchConstructType ctype, PetscErrorCode (*fu… in SNESPatchSetConstructType()
/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c389 PCCompositeType ctype; in SNESSetFromOptions_Multiblock() local
/petsc/src/dm/interface/
H A Ddm.c229 PetscErrorCode DMSetVecType(DM dm, VecType ctype) in DMSetVecType()
257 PetscErrorCode DMGetVecType(DM da, VecType *ctype) in DMGetVecType()
336 PetscErrorCode DMSetISColoringType(DM dm, ISColoringType ctype) in DMSetISColoringType()
363 PetscErrorCode DMGetISColoringType(DM dm, ISColoringType *ctype) in DMGetISColoringType()
387 PetscErrorCode DMSetMatType(DM dm, MatType ctype) in DMSetMatType()
415 PetscErrorCode DMGetMatType(DM dm, MatType *ctype) in DMGetMatType()
1486 PetscErrorCode DMCreateColoring(DM dm, ISColoringType ctype, ISColoring *coloring) in DMCreateColoring()
/petsc/src/dm/impls/composite/
H A Dpack.c1484 static PetscErrorCode DMCreateColoring_Composite(DM dm, ISColoringType ctype, ISColoring *coloring) in DMCreateColoring_Composite()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c446 PetscErrorCode PCPatchSetConstructType(PC pc, PCPatchConstructType ctype, PetscErrorCode (*func)(PC… in PCPatchSetConstructType()
481 PetscErrorCode PCPatchGetConstructType(PC pc, PCPatchConstructType *ctype, PetscErrorCode (**func)(… in PCPatchGetConstructType()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c2139 PCCompositeType ctype; in PCSetFromOptions_FieldSplit() local
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c531 DMPolytopeType ctype; in DMPlexCreateCGNS_Internal_Serial() local
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c1758 DMPolytopeType ctype = DMPolytopeTypeFromGmsh(elem->cellType); in DMPlexCreateGmsh() local
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4116 p4est_connect_type_t ctype; in DMConvert_pforest_plex() local