Home
last modified time | relevance | path

Searched refs:H1VectorPrimal (Results 1 – 12 of 12) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/test/function/
H A Dtest_04.hpp63 class H1VectorPrimal;
701 class H1VectorPrimal : public ROL::Vector<Real> { class
709 H1VectorPrimal(const ROL::Ptr<std::vector<Real> > & vec, in H1VectorPrimal() function in H1VectorPrimal
714 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in set()
720 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in plus()
736 const H1VectorPrimal & ex = dynamic_cast<const H1VectorPrimal&>(x); in dot()
760 ROL::Ptr<H1VectorPrimal> e in basis()
786 mutable ROL::Ptr<H1VectorPrimal<Real> > dual_vec_;
858 dual_vec_ = ROL::makePtr<H1VectorPrimal<Real>>( in dual()
871 typedef H1VectorPrimal<Real> PrimalStateVector;
[all …]
H A Dtest_04.cpp62 typedef H1VectorPrimal<RealT> PrimalStateVector;
67 typedef H1VectorPrimal<RealT> DualConstraintVector;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/teuchos/test/sol/
H A Dtest_05.hpp64 class H1VectorPrimal;
697 class H1VectorPrimal : public ROL::Vector<Real> { class
705 H1VectorPrimal(const ROL::Ptr<std::vector<Real> > & vec, in H1VectorPrimal() function in H1VectorPrimal
710 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in set()
716 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in plus()
732 const H1VectorPrimal & ex = dynamic_cast<const H1VectorPrimal&>(x); in dot()
756 ROL::Ptr<H1VectorPrimal> e in basis()
782 mutable ROL::Ptr<H1VectorPrimal<Real> > dual_vec_;
854 dual_vec_ = ROL::makePtr<H1VectorPrimal<Real>>( in dual()
867 typedef H1VectorPrimal<Real> PrimalStateVector;
[all …]
H A Dtest_05.cpp66 typedef H1VectorPrimal<RealT> PrimalStateVector;
71 typedef H1VectorPrimal<RealT> DualConstraintVector;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/burgers-control/
H A Dexample_06.hpp65 class H1VectorPrimal;
698 class H1VectorPrimal : public ROL::Vector<Real> { class
711 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in set()
717 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in plus()
733 const H1VectorPrimal & ex = dynamic_cast<const H1VectorPrimal&>(x); in dot()
757 ROL::Ptr<H1VectorPrimal> e in basis()
783 mutable ROL::Ptr<H1VectorPrimal<Real> > dual_vec_;
855 dual_vec_ = ROL::makePtr<H1VectorPrimal<Real>>( in dual()
868 typedef H1VectorPrimal<Real> PrimalStateVector;
875 typedef H1VectorPrimal<Real> DualConstraintVector;
[all …]
H A Dexample_07.hpp65 class H1VectorPrimal;
702 class H1VectorPrimal : public ROL::Vector<Real> { class
715 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in set()
721 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in plus()
737 const H1VectorPrimal & ex = dynamic_cast<const H1VectorPrimal&>(x); in dot()
761 ROL::Ptr<H1VectorPrimal> e in basis()
872 typedef H1VectorPrimal<Real> PrimalStateVector;
1117 typedef H1VectorPrimal<Real> PrimalStateVector;
1415 xvec = (dynamic_cast<H1VectorPrimal<Real>&>( in cast_const_vector()
1452 l_ = ROL::makePtr<H1VectorPrimal<Real>>( in H1BoundConstraint()
[all …]
H A Dexample_04.hpp64 class H1VectorPrimal;
694 class H1VectorPrimal : public ROL::Vector<Real> { class
707 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in set()
713 const H1VectorPrimal &ex = dynamic_cast<const H1VectorPrimal&>(x); in plus()
729 const H1VectorPrimal & ex = dynamic_cast<const H1VectorPrimal&>(x); in dot()
753 ROL::Ptr<H1VectorPrimal> e in basis()
851 dual_vec_ = ROL::makePtr<H1VectorPrimal<Real>>( in dual()
864 typedef H1VectorPrimal<Real> PrimalStateVector;
1054 typedef H1VectorPrimal<Real> PrimalStateVector;
1371 l_ = ROL::makePtr<H1VectorPrimal<Real>>( in H1BoundConstraint()
[all …]
H A Dexample_08.hpp65 class H1VectorPrimal;
612 class H1VectorPrimal : public ROL::StdVector<Real> { class
625 const H1VectorPrimal & ex = dynamic_cast<const H1VectorPrimal&>(x); in dot()
632 return ROL::makePtr<H1VectorPrimal>( in clone()
652 mutable ROL::Ptr<H1VectorPrimal<Real> > prim_vec_;
682 prim_vec_ = ROL::makePtr<H1VectorPrimal<Real>>( in dual()
696 typedef H1VectorPrimal<Real> PrimalStateVector;
703 typedef H1VectorPrimal<Real> DualConstraintVector;
939 typedef H1VectorPrimal<Real> PrimalStateVector;
1260 l_ = ROL::makePtr<H1VectorPrimal<Real>>( in H1BoundConstraint()
[all …]
H A Dexample_07.cpp67 typedef H1VectorPrimal<RealT> PrimalStateVector;
72 typedef H1VectorPrimal<RealT> DualConstraintVector;
H A Dexample_06.cpp73 typedef H1VectorPrimal<RealT> PrimalStateVector;
78 typedef H1VectorPrimal<RealT> DualConstraintVector;
H A Dexample_08.cpp69 typedef H1VectorPrimal<RealT> PrimalStateVector;
74 typedef H1VectorPrimal<RealT> DualConstraintVector;
H A Dexample_04.cpp64 typedef H1VectorPrimal<RealT> PrimalStateVector;
69 typedef H1VectorPrimal<RealT> DualConstraintVector;