Home
last modified time | relevance | path

Searched defs:strategy (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/graphops/partition/impls/scotch/
H A Dscotch.c13 SCOTCH_Num strategy; member
119 …ErrorCode MatPartitioningPTScotchSetStrategy(MatPartitioning part, MPPTScotchStrategyType strategy) in MatPartitioningPTScotchSetStrategy()
128 … MatPartitioningPTScotchSetStrategy_PTScotch(MatPartitioning part, MPPTScotchStrategyType strategy) in MatPartitioningPTScotchSetStrategy_PTScotch()
171 …rrorCode MatPartitioningPTScotchGetStrategy(MatPartitioning part, MPPTScotchStrategyType *strategy) in MatPartitioningPTScotchGetStrategy()
180 …MatPartitioningPTScotchGetStrategy_PTScotch(MatPartitioning part, MPPTScotchStrategyType *strategy) in MatPartitioningPTScotchGetStrategy_PTScotch()
/petsc/src/dm/partitioner/impls/ptscotch/
H A Dpartptscotch.c23 PetscInt strategy; member
34 static int PTScotch_Strategy(PetscInt strategy) in PTScotch_Strategy()
58 static PetscErrorCode PTScotch_PartGraph_Seq(SCOTCH_Num strategy, double imbalance, SCOTCH_Num n, S… in PTScotch_PartGraph_Seq()
99 static PetscErrorCode PTScotch_PartGraph_MPI(SCOTCH_Num strategy, double imbalance, SCOTCH_Num vtxd… in PTScotch_PartGraph_MPI()
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Dcd_utils.c143 …B, Mat Amat, Vec X, PetscBool hermitian_transpose, PetscInt num_updates, MatLMVMDenseType strategy) in MatUpperTriangularSolveInPlace()
H A Ddenseqn.h32 MatLMVMDenseType strategy; member
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c153 PetscInt strategy = options ? options[0] : (PetscInt)PETSCPARTITIONER_MS_STRATEGY_NODE; in PetscPartitionerMultistage_CreateStages() local
744 PetscEnum strategy = (PetscEnum)PETSCPARTITIONER_MS_STRATEGY_NODE; in PetscPartitionerSetFromOptions_Multistage() local
/petsc/src/mat/impls/aij/seq/umfpack/
H A Dumfpack.c211 const char *strategy[] = {"AUTO", "UNSYMMETRIC", "SYMMETRIC"}; in MatLUFactorSymbolic_UMFPACK() local
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1593 PetscErrorCode DMAdaptorAdapt(DMAdaptor adaptor, Vec x, DMAdaptationStrategy strategy, DM *adm, Vec… in DMAdaptorAdapt()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h903 DMForestAdaptivityStrategy strategy; in DMSetUp_pforest() local