Home
last modified time | relevance | path

Searched refs:setDerivOption (Results 1 – 20 of 20) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DSNLLBase.cpp136 fd_nlf1->setDerivOption(OPTPP::CentralDiff); // See libopt/globals.h in snll_post_instantiate()
138 fd_nlf1_con->setDerivOption(OPTPP::CentralDiff); in snll_post_instantiate()
142 fd_nlf1->setDerivOption(OPTPP::ForwardDiff); // See libopt/globals.h in snll_post_instantiate()
144 fd_nlf1_con->setDerivOption(OPTPP::ForwardDiff); in snll_post_instantiate()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/tests/misc/
H A Dtstderiv.C62 fdnlp.setDerivOption(BackwardDiff); in main()
65 fdnlp.setDerivOption(CentralDiff); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/interfaces/src/interfaces/
H A DOPTpp.h207 nlf->setDerivOption(OPTPP::ForwardDiff);
209 nlf->setDerivOption(OPTPP::BackwardDiff);
211 nlf->setDerivOption(OPTPP::CentralDiff);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/Newton/
H A DOptLBFGS.C568 nlp->setDerivOption(ForwardDiff); in readOptInput()
570 nlp->setDerivOption(BackwardDiff); in readOptInput()
572 nlp->setDerivOption(CentralDiff); in readOptInput()
H A DOptNewtonLike.C763 nlp->setDerivOption(ForwardDiff); in readOptInput()
765 nlp->setDerivOption(BackwardDiff); in readOptInput()
767 nlp->setDerivOption(CentralDiff); in readOptInput()
H A DOptConstrNewtonLike.C922 nlp->setDerivOption(ForwardDiff); in readOptInput()
924 nlp->setDerivOption(BackwardDiff); in readOptInput()
926 nlp->setDerivOption(CentralDiff); in readOptInput()
H A DOptBCNewtonLike.C823 nlp->setDerivOption(ForwardDiff); in readOptInput()
825 nlp->setDerivOption(BackwardDiff); in readOptInput()
827 nlp->setDerivOption(CentralDiff); in readOptInput()
H A DOptNIPSLike.C1853 nlp->setDerivOption(ForwardDiff); in readOptInput()
1855 nlp->setDerivOption(BackwardDiff); in readOptInput()
1857 nlp->setDerivOption(CentralDiff); in readOptInput()
/dports/math/optpp/optpp-2.4/src/Newton/
H A DOptBCNewtonLike.C685 nlp->setDerivOption(ForwardDiff); in readOptInput()
687 nlp->setDerivOption(BackwardDiff); in readOptInput()
689 nlp->setDerivOption(CentralDiff); in readOptInput()
H A DOptNewtonLike.C698 nlp->setDerivOption(ForwardDiff); in readOptInput()
700 nlp->setDerivOption(BackwardDiff); in readOptInput()
702 nlp->setDerivOption(CentralDiff); in readOptInput()
H A DOptConstrNewtonLike.C871 nlp->setDerivOption(ForwardDiff); in readOptInput()
873 nlp->setDerivOption(BackwardDiff); in readOptInput()
875 nlp->setDerivOption(CentralDiff); in readOptInput()
H A DOptNIPSLike.C1581 nlp->setDerivOption(ForwardDiff); in readOptInput()
1583 nlp->setDerivOption(BackwardDiff); in readOptInput()
1585 nlp->setDerivOption(CentralDiff); in readOptInput()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/include/
H A DOptNewtonLike.h189 void setDerivOption(DerivOption d) {finitediff = d;} in setDerivOption() function
H A DOptBCNewtonLike.h181 void setDerivOption(DerivOption d) {finitediff = d;} in setDerivOption() function
H A DOptConstrNewtonLike.h216 void setDerivOption(DerivOption d) {finitediff = d;} in setDerivOption() function
H A DNLP0.h215 void setDerivOption(DerivOption d) {finitediff = d;} in setDerivOption() function
/dports/math/optpp/optpp-2.4/include/
H A DOptNewtonLike.h184 void setDerivOption(DerivOption d) {finitediff = d;} in setDerivOption() function
H A DOptBCNewtonLike.h177 void setDerivOption(DerivOption d) {finitediff = d;} in setDerivOption() function
H A DNLP0.h214 void setDerivOption(DerivOption d) {finitediff = d;} in setDerivOption() function
H A DOptConstrNewtonLike.h218 void setDerivOption(DerivOption d) {finitediff = d;} in setDerivOption() function