Home
last modified time | relevance | path

Searched defs:blocksize (Results 1 – 16 of 16) sorted by relevance

/petsc/src/dm/impls/swarm/ftn-custom/
H A Dzswarmf90.c14 PETSC_EXTERN void dmswarmgetfield_(DM *dm, char *name, PetscInt *blocksize, PetscDataType *type, F9… in dmswarmgetfield_()
29 PETSC_EXTERN void dmswarmrestorefield_(DM *dm, char *name, PetscInt *blocksize, PetscDataType *type… in dmswarmrestorefield_()
/petsc/src/vec/is/tests/
H A Dex2.c89 PetscInt blocksize = (j == 0) ? 1 : size; in main() local
/petsc/src/vec/vec/utils/tagger/interface/
H A Dtagger.c232 PetscErrorCode VecTaggerSetBlockSize(VecTagger tagger, PetscInt blocksize) in VecTaggerSetBlockSize()
256 PetscErrorCode VecTaggerGetBlockSize(VecTagger tagger, PetscInt *blocksize) in VecTaggerGetBlockSize()
/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c16 …actSubMatrix_Private(Mat pmat, Mat *submat, MatReuse reuse, PetscInt component, PetscInt blocksize) in PCHMGExtractSubMatrix_Private()
33 …tic PetscErrorCode PCHMGExpandInterpolation_Private(Mat subinterp, Mat *interp, PetscInt blocksize) in PCHMGExpandInterpolation_Private()
99 PetscInt blocksize; in PCSetUp_HMG() local
/petsc/include/
H A Dpetscdmnetwork.h72 PetscInt blocksize; member
/petsc/src/dm/impls/network/
H A Dnetworkmonitor.c119 …onst char *name, PetscInt element, PetscInt nodes, PetscInt start, PetscInt blocksize, PetscReal x… in DMNetworkMonitorAdd()
H A Dnetwork.c2986 …_Network *network, PetscInt p, PetscInt numkeys, PetscInt keys[], PetscInt blocksize[], PetscInt n… in DMISAddSize_private()
3012 …Idx_private(DM dm, PetscInt p, PetscInt numkeys, PetscInt keys[], PetscInt blocksize[], PetscInt n… in DMISComputeIdx_private()
3065 PetscErrorCode DMNetworkCreateIS(DM dm, PetscInt numkeys, PetscInt keys[], PetscInt blocksize[], Pe… in DMNetworkCreateIS()
3109 …Idx_private(DM dm, PetscInt p, PetscInt numkeys, PetscInt keys[], PetscInt blocksize[], PetscInt n… in DMISComputeLocalIdx_private()
3162 … DMNetworkCreateLocalIS(DM dm, PetscInt numkeys, PetscInt keys[], PetscInt blocksize[], PetscInt n… in DMNetworkCreateLocalIS()
/petsc/src/dm/impls/swarm/
H A Dswarm.c1731 PetscErrorCode DMSwarmRegisterPetscDatatypeField(DM dm, const char fieldname[], PetscInt blocksize,… in DMSwarmRegisterPetscDatatypeField()
1804 …de DMSwarmRegisterUserDatatypeField(DM dm, const char fieldname[], size_t size, PetscInt blocksize) in DMSwarmRegisterUserDatatypeField()
1844 PetscErrorCode DMSwarmGetField(DM dm, const char fieldname[], PetscInt *blocksize, PetscDataType *t… in DMSwarmGetField()
1884 PetscErrorCode DMSwarmRestoreField(DM dm, const char fieldname[], PetscInt *blocksize, PetscDataTyp… in DMSwarmRestoreField()
1897 PetscErrorCode DMSwarmGetFieldInfo(DM dm, const char fieldname[], PetscInt *blocksize, PetscDataTyp… in DMSwarmGetFieldInfo()
H A Ddata_bucket.c200 PetscErrorCode DMSwarmDataFieldSetBlockSize(DMSwarmDataField df, PetscInt blocksize) in DMSwarmDataFieldSetBlockSize()
/petsc/src/ksp/pc/impls/parms/
H A Dparms.c31 PetscInt levels, blocksize, maxdim, maxits, lfil[7]; member
/petsc/src/mat/impls/aij/seq/aijperm/
H A Daijperm.c47 PetscInt blocksize; member
/petsc/src/ts/tutorials/network/
H A Dpipes.c300 PetscInt i, numkeys = 1, *blocksize, *numselectedvariable, **selectedvariables, n; in PipesView() local
/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx581 PetscInt nblocks, blocksize = 512; /* blocksize is fixed to be 512 */ in MatMult_SeqSELLHIP() local
729 PetscInt nblocks, blocksize = 512; in MatMultAdd_SeqSELLHIP() local
/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu576 PetscInt nblocks, blocksize = 512; /* blocksize must be multiple of SLICE_HEIGHT*32 */ in MatMult_SeqSELLCUDA() local
729 PetscInt nblocks, blocksize = 512; in MatMultAdd_SeqSELLCUDA() local
/petsc/include/petsc/private/
H A Dvecimpl.h351 PetscInt blocksize; member
/petsc/src/vec/vec/interface/
H A Drvector.c1497 …ectorContiguityAndBS_Private(Vec X, IS is, PetscBool *contig, PetscInt *start, PetscInt *blocksize) in VecGetSubVectorContiguityAndBS_Private()