Home
last modified time | relevance | path

Searched refs:RootfindingIVP (Results 1 – 3 of 3) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/src/
H A DRootfindingIVP.cpp12 RootfindingIVP::RootfindingIVP(std::shared_ptr<WorkPiece> rhs, std::shared_ptr<WorkPiece> root, pt:… in RootfindingIVP() function in RootfindingIVP
24 RootfindingIVP::~RootfindingIVP() {} in ~RootfindingIVP()
26 Eigen::VectorXi RootfindingIVP::FindRoot(ref_vector<boost::any> const& inputs, int const wrtIn, int… in FindRoot()
163 void RootfindingIVP::EvaluateImpl(ref_vector<boost::any> const& inputs) { in EvaluateImpl()
168 void RootfindingIVP::JacobianImpl(unsigned int const wrtIn, unsigned int const wrtOut, ref_vector<b… in JacobianImpl()
257 void RootfindingIVP::UpdateInputOutputTypes() { in UpdateInputOutputTypes()
282 int RootfindingIVP::EvaluateRoot(realtype t, N_Vector state, realtype *root, void *user_data) { in EvaluateRoot()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Modeling/
H A DRootfindingIVP.h9 class RootfindingIVP : public ODEBase {
48RootfindingIVP(std::shared_ptr<WorkPiece> rhs, std::shared_ptr<WorkPiece> root, boost::property_tr…
50 virtual ~RootfindingIVP();
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/test/
H A DRootfindingIVPTests.cpp397 std::shared_ptr<RootfindingIVP> rootfinder;
520 rootfinder = std::make_shared<RootfindingIVP>(rhs, root, pt); in TEST_F()
529 rootfinder = std::make_shared<RootfindingIVP>(rhs, root, pt); in TEST_F()
538 rootfinder = std::make_shared<RootfindingIVP>(rhs, root, pt); in TEST_F()
547 rootfinder = std::make_shared<RootfindingIVP>(rhs, root, pt); in TEST_F()
561 rootfinder = std::make_shared<RootfindingIVP>(rhs, root, pt); in TEST_F()