Searched defs:strategy (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/mat/graphops/partition/impls/scotch/ |
| H A D | scotch.c | 13 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 D | partptscotch.c | 23 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 D | cd_utils.c | 143 …B, Mat Amat, Vec X, PetscBool hermitian_transpose, PetscInt num_updates, MatLMVMDenseType strategy) in MatUpperTriangularSolveInPlace()
|
| H A D | denseqn.h | 32 MatLMVMDenseType strategy; member
|
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 153 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 D | umfpack.c | 211 const char *strategy[] = {"AUTO", "UNSYMMETRIC", "SYMMETRIC"}; in MatLUFactorSymbolic_UMFPACK() local
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 1593 PetscErrorCode DMAdaptorAdapt(DMAdaptor adaptor, Vec x, DMAdaptationStrategy strategy, DM *adm, Vec… in DMAdaptorAdapt()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 903 DMForestAdaptivityStrategy strategy; in DMSetUp_pforest() local
|