Home
last modified time | relevance | path

Searched refs:child_dim (Results 1 – 4 of 4) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DCN.cpp233 const int child_dim, in side_number() argument
317 if (child_dim == 0) { in SideNumber()
327 if (child_dim > parent_dim || child_dim < 0) in SideNumber()
331 if (parent_dim == child_dim && in SideNumber()
383 if (0 != child_dim) return -1; in OppositeSide()
389 switch (child_dim) { in OppositeSide()
404 switch (child_dim) { in OppositeSide()
407 opposite_dim = child_dim; in OppositeSide()
416 switch (child_dim) { in OppositeSide()
436 opposite_dim = child_dim; in OppositeSide()
[all …]
H A DMBCN.h43 const int child_dim,
48 const int child_dim,
53 const int child_dim,
58 const int child_dim,
63 const int child_dim,
68 const int child_dim,
73 const int child_dim,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DCN.hpp258 const int child_dim,
262 const int child_dim,
266 const int child_dim,
270 const int child_dim,
274 const int child_dim,
278 const int child_dim,
293 const int child_dim,
311 const int child_dim,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDRKDDarts.cpp345 size_t child_dim = _sample_dim[parent] + 1; in create_initial_children() local
346 if (parent == 0) child_dim = 0; in create_initial_children()
350 dx = _xmax[child_dim] - _xmin[child_dim]; in create_initial_children()
351 xx = _xmin[child_dim] + 0.125 * dx + 0.25 * u * dx; in create_initial_children()
356 dx = _xmax[child_dim] - _xmin[child_dim]; in create_initial_children()
357 xx = _xmin[child_dim] + 0.625 * dx + 0.25 * u * dx; in create_initial_children()
477 size_t child_dim = _sample_dim[parent] + 1; in estimate_surrogate_evaluation_err() local
478 if (parent == 0) child_dim = 0; in estimate_surrogate_evaluation_err()
479 if (child_dim == _num_dim - 1) return 0.0; in estimate_surrogate_evaluation_err()