Home
last modified time | relevance | path

Searched refs:DataMethodRep (Results 1 – 13 of 13) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/dll_demo/
H A Djega.inc5 #define MP_(x) DataMethodRep::* method_mp_##x = &DataMethodRep::x
7 #define MP3(x,y,z) method_mp_3##x##_##z = {&DataMethodRep::x,&DataMethodRep::y,#z}
11 String DataMethodRep::* sp;
17 String DataMethodRep::* sp;
18 RealVector DataMethodRep::* rp;
24 String DataMethodRep::* sp;
25 size_t DataMethodRep::* ip;
31 String DataMethodRep::* sp;
32 Real DataMethodRep::* rp;
38 String DataMethodRep::* sp;
[all …]
H A Dnpsol.C10 DataMethodRep *dme;
17 (*(Meth_Info**)g)->dme->**(Real DataMethodRep::**)v = *val->r; in method_Real()
22 String DataMethodRep::* sp;
32 #define MP_(x) DataMethodRep::* method_mp_##x = &DataMethodRep::x
33 #define MP2(x,y) method_mp_##x##_##y = {&DataMethodRep::x,#y}
H A Ddot.C9 DataMethodRep *dme;
15 String DataMethodRep::* sp;
25 #define MP2(x,y) method_mp_##x##_##y = {&DataMethodRep::x,#y}
H A Dnlpql.C9 DataMethodRep *dme;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DProblemDescDB.cpp1405 #define P &DataMethodRep:: in get_rv()
1633 #define P &DataMethodRep:: in get_iv()
1727 #define P &DataMethodRep:: in get_sza()
1756 #define P &DataMethodRep:: in get_usa()
1801 #define P &DataMethodRep:: in get_rva()
2095 #define P &DataMethodRep:: in get_sa()
2268 #define P &DataMethodRep:: in get_string()
2440 #define P &DataMethodRep:: in get_real()
2566 #define P &DataMethodRep:: in get_int()
2677 #define P &DataMethodRep:: in get_short()
[all …]
H A DDataMethod.hpp236 class DataMethodRep class
247 ~DataMethodRep(); ///< destructor
1250 DataMethodRep(); ///< constructor
1271 inline DataMethodRep::~DataMethodRep() { } in ~DataMethodRep()
1323 std::shared_ptr<DataMethodRep> data_rep();
1332 std::shared_ptr<DataMethodRep> dataMethodRep;
1336 inline std::shared_ptr<DataMethodRep> DataMethod::data_rep() in data_rep()
H A DDataMethod.cpp23 DataMethodRep::DataMethodRep(): in DataMethodRep() function in Dakota::DataMethodRep
194 void DataMethodRep::write(MPIPackBuffer& s) const in write()
360 void DataMethodRep::read(MPIUnpackBuffer& s) in read()
526 void DataMethodRep::write(std::ostream& s) const in write()
692 DataMethod::DataMethod(): dataMethodRep(new DataMethodRep()) in DataMethod()
H A DNIDRProblemDescDB.cpp167 DataMethodRep *Dr; in derived_parse_inputs()
279 DataMethodRep *dme;
284 String DataMethodRep::* sp;
285 int DataMethodRep::* ip;
290 String DataMethodRep::* sp;
291 size_t DataMethodRep::* ip;
302 Real DataMethodRep::* rp;
325 short DataMethodRep::* sp;
330 short DataMethodRep::* ip;
1001 RealVector DataMethodRep::* sa = *(RealVector DataMethodRep::**)v; in method_RealDL()
[all …]
H A Dlibrary_mode.cpp251 Dakota::DataMethodRep& dmr = *dme.data_rep(); in run_dakota_data()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/api/java/
H A DDakotaExtras.hpp19 DataMethodRep* dataMethodRep(DataMethod &dm);
H A DDakotaExtras.cpp11 Dakota::DataMethodRep* Dakota::dataMethodRep(Dakota::DataMethod &dm) { return dm.dataMethodRep; } in dataMethodRep()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dopt_tpl_test_fixture.hpp224 Dakota::DataMethodRep& dmr = *dme.data_rep(); in create_default_env()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/
H A DDev_Library.dox260 Dakota::DataMethodRep* dmr = dme.data_rep();