Home
last modified time | relevance | path

Searched defs:default_type (Results 1 – 4 of 4) sorted by relevance

/petsc/src/tao/linesearch/interface/
H A Dtaolinesearch.c163 const char *default_type = TAOLINESEARCHMT; in TaoLineSearchSetUp() local
480 const char *default_type = TAOLINESEARCHMT; in TaoLineSearchSetFromOptions() local
/petsc/src/ml/regressor/interface/
H A Dregressor.c181 PetscRegressorType default_type = PETSCREGRESSORLINEAR; in PetscRegressorSetFromOptions() local
/petsc/src/tao/interface/
H A Dtaosolver.c434 TaoType default_type = TAOLMVM; in TaoSetFromOptions() local
/petsc/src/ts/interface/
H A Dts.c16 static PetscErrorCode TSAdaptSetDefaultType(TSAdapt adapt, TSAdaptType default_type) in TSAdaptSetDefaultType()