Home
last modified time | relevance | path

Searched defs:factor (Results 1 – 13 of 13) sorted by relevance

/petsc/src/tao/leastsquares/tutorials/matlab/
H A DProblemInitialize.m11 factor = 10; variable
/petsc/src/mat/tests/
H A Dex154.c12 MatFactorType factor = MAT_FACTOR_LU; in main() local
/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c216 PC_Factor *factor = (PC_Factor *)pc->data; in PCSetFromOptions_Factor() local
258 PC_Factor *factor = (PC_Factor *)pc->data; in PCView_Factor() local
/petsc/src/mat/impls/sbaij/seq/cholmod/
H A Dcholmodimpl.h50 cholmod_factor *factor; member
/petsc/src/dm/impls/stag/
H A Dstagmulti.c71 static PetscErrorCode SetInterpolationCoefficientVertex_Private(PetscInt index, PetscInt factor, Pe… in SetInterpolationCoefficientVertex_Private()
78 …lationCoefficientCenter_Private(PetscBool belowHalf, PetscInt index, PetscInt factor, PetscScalar … in SetInterpolationCoefficientCenter_Private()
220 static PetscErrorCode SetRestrictionCoefficientVertex_Private(PetscInt index, PetscInt factor, Pets… in SetRestrictionCoefficientVertex_Private()
227 static PetscErrorCode SetRestrictionCoefficientCenter_Private(PetscInt index, PetscInt factor, Pets… in SetRestrictionCoefficientCenter_Private()
/petsc/src/dm/impls/moab/
H A Ddmmbmg.cxx168 PetscReal factor; in DMCreateInterpolation_Moab() local
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c152 PetscReal zero = 0.0, one = 1.0, wii, factor; in pounders_update_res() local
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1117 static inline PetscErrorCode PCApply_Schur_Private(std::tuple<KSP, IS, Vec[2]> *p, PC factor, Type … in PCApply_Schur_Private()
1128 static inline PetscErrorCode PCApply_Schur_Private(std::tuple<KSP, IS, Vec[2]> *p, PC factor, Type … in PCApply_Schur_Private()
1159 PC factor; in PCApply_Schur() local
/petsc/src/ksp/ksp/tutorials/
H A Dex59.c926 PetscInt factor; in InitializeDomainData() local
H A Dex49.c426 PetscScalar prop_E, prop_nu, factor, constit_D[3][3]; in FormStressOperatorQ1() local
/petsc/src/dm/impls/forest/
H A Dforest.c129 PetscInt dim, overlap, ref, factor; in DMForestTemplate() local
/petsc/src/dm/dt/interface/
H A Ddt.c1202 PetscInt factor; in PetscDTPKDEvalJet() local
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c799 static PetscErrorCode MatCreateHashTable_MPIBAIJ_Private(Mat mat, PetscReal factor) in MatCreateHashTable_MPIBAIJ_Private()