Home
last modified time | relevance | path

Searched full:shape (Results 1 – 12 of 12) sorted by relevance

/honee/qfunctions/ !
H A Dutils.h343 @param[out] dXdx Inverse of the mapping Jacobian (shape [dim][dim]), or `NULL`
369 @param[out] dXdx Inverse of the mapping Jacobian (shape [dim - 1][dim]), or `NULL`
370 @param[out] normal Components of the normal vector (shape [dim]), or `NULL`
398 @param[out] dXdx Inverse of the mapping Jacobian (shape [dim][dim]), or `NULL`
399 @param[out] normal Components of the normal vector (shape [dim]), or `NULL`
427 @param[out] dXdx Inverse of the mapping Jacobian (shape [3][3])
442 @param[out] dXdx Inverse of the mapping Jacobian (shape [2][3]), or `NULL`
443 @param[out] normal Components of the normal vector (shape [3]), or `NULL`
459 @param[out] dXdx Inverse of the mapping Jacobian (shape [3][3]), or `NULL`
460 @param[out] normal Components of the normal vector (shape [3]), or `NULL`
[all …]
H A Dadvection_types.h44 ADVDIF_BUBBLE_CONTINUITY_SMOOTH = 0, // Original continuous, smooth shape
45 ADVDIF_BUBBLE_CONTINUITY_BACK_SHARP = 1, // Discontinuous, sharp back half shape
H A Dadvection.h104 // original continuous, smooth shape in Exact_AdvectionGeneric()
108 // discontinuous, sharp back half shape in Exact_AdvectionGeneric()
/honee/tests/createPyTorchModel/ !
H A Dupdate_weights.py47 m, n = model.net[layer].weight.shape
48 print('weight shape', m, n)
/honee/examples/ !
H A Dadvection_wave.yaml28 shape: zbox
H A Dadvection_bl.yaml30 shape: box
H A Dtaylor_green_vortex.yaml5 shape: zbox
/honee/tests/ !
H A Dchannel_divdiff_verify.yaml28 shape: zbox
H A Dstats_test.yaml24 shape: zbox
/honee/doc/ !
H A Druntime_options.md375 shape: box
387 shape: zbox
H A Dexamples.md497 …bla \rho|}$. The original formulation of Tezduyar and Senga relies on the shape function gradient …
/honee/ !
H A DDoxyfile2481 # around nodes set 'shape=plain' or 'shape=plaintext' <a
2483 # The default value is: shape=box,height=0.2,width=0.4.
2486 DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"