Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/burgers-control/
H A Dexample_06.hpp868 typedef H1VectorPrimal<Real> PrimalStateVector; typedef in Constraint_BurgersControl
889 dynamic_cast<const PrimalStateVector&>(u).getVector(); in value()
905 dynamic_cast<const PrimalStateVector&>(v).getVector(); in applyJacobian_1()
907 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_1()
925 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_2()
939 dynamic_cast<PrimalStateVector&>(ijv).getVector(); in applyInverseJacobian_1()
943 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseJacobian_1()
961 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_1()
979 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_2()
997 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseAdjointJacobian_1()
[all …]
H A Dexample_08.hpp696 typedef H1VectorPrimal<Real> PrimalStateVector; typedef in Constraint_BurgersControl
717 dynamic_cast<const PrimalStateVector&>(u).getVector(); in value()
733 dynamic_cast<const PrimalStateVector&>(v).getVector(); in applyJacobian_1()
735 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_1()
753 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_2()
767 dynamic_cast<PrimalStateVector&>(ijv).getVector(); in applyInverseJacobian_1()
771 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseJacobian_1()
789 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_1()
807 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_2()
825 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseAdjointJacobian_1()
[all …]
H A Dexample_04.hpp864 typedef H1VectorPrimal<Real> PrimalStateVector; typedef in Constraint_BurgersControl
885 dynamic_cast<const PrimalStateVector&>(u).getVector(); in value()
898 dynamic_cast<const PrimalStateVector&>(v).getVector(); in applyJacobian_1()
900 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_1()
913 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_2()
922 dynamic_cast<PrimalStateVector&>(ijv).getVector(); in applyInverseJacobian_1()
926 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseJacobian_1()
939 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_1()
952 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_2()
965 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseAdjointJacobian_1()
[all …]
H A Dexample_07.hpp872 typedef H1VectorPrimal<Real> PrimalStateVector; typedef in Constraint_BurgersControl
911 dynamic_cast<const PrimalStateVector&>(v).getVector(); in applyJacobian_1()
913 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_1()
931 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_2()
945 dynamic_cast<PrimalStateVector&>(ijv).getVector(); in applyInverseJacobian_1()
949 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseJacobian_1()
967 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_1()
985 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_2()
1003 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseAdjointJacobian_1()
1117 typedef H1VectorPrimal<Real> PrimalStateVector; typedef in Objective_BurgersControl
[all …]
H A Dexample_04.cpp64 typedef H1VectorPrimal<RealT> PrimalStateVector; typedef
169 = ROL::makePtr<PrimalStateVector>(u_ptr,fem); in main()
173 = ROL::makePtr<PrimalStateVector>(yu_ptr,fem); in main()
H A Dexample_07.cpp67 typedef H1VectorPrimal<RealT> PrimalStateVector; typedef
135 up = ROL::makePtr<PrimalStateVector>(u_ptr,fem); in main()
H A Dexample_06.cpp73 typedef H1VectorPrimal<RealT> PrimalStateVector; typedef
166 = ROL::makePtr<PrimalStateVector>(u_ptr,fem); in main()
H A Dexample_08.cpp69 typedef H1VectorPrimal<RealT> PrimalStateVector; typedef
156 = ROL::makePtr<PrimalStateVector>(u_ptr,fem); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/test/function/
H A Dtest_04.hpp871 typedef H1VectorPrimal<Real> PrimalStateVector; typedef in Constraint_BurgersControl
893 dynamic_cast<const PrimalStateVector&>(u).getVector(); in value()
905 dynamic_cast<const PrimalStateVector&>(v).getVector(); in applyJacobian_1()
907 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_1()
921 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_2()
931 dynamic_cast<PrimalStateVector&>(ijv).getVector(); in applyInverseJacobian_1()
935 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseJacobian_1()
949 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_1()
963 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_2()
977 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseAdjointJacobian_1()
[all …]
H A Dtest_04.cpp62 typedef H1VectorPrimal<RealT> PrimalStateVector; typedef
117 = ROL::makePtr<PrimalStateVector>(u_ptr,fem); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/teuchos/test/sol/
H A Dtest_05.hpp867 typedef H1VectorPrimal<Real> PrimalStateVector; typedef in Constraint_BurgersControl
888 dynamic_cast<const PrimalStateVector&>(u).getVector(); in value()
903 dynamic_cast<const PrimalStateVector&>(v).getVector(); in applyJacobian_1()
905 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_1()
922 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyJacobian_2()
936 dynamic_cast<PrimalStateVector&>(ijv).getVector(); in applyInverseJacobian_1()
940 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseJacobian_1()
958 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_1()
976 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyAdjointJacobian_2()
994 dynamic_cast<const PrimalStateVector&>(u).getVector(); in applyInverseAdjointJacobian_1()
[all …]
H A Dtest_05.cpp66 typedef H1VectorPrimal<RealT> PrimalStateVector; typedef
123 = ROL::makePtr<PrimalStateVector>(u_ptr,fem); in main()