Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 5 of 5) sorted by relevance

/honee/qfunctions/
H A Dutils.h240 const CeedScalar weight = 1 / sqrt(2.); in KMUnpack() local
244 A[2][1] = A[1][2] = weight * v[3]; in KMUnpack()
245 A[2][0] = A[0][2] = weight * v[4]; in KMUnpack()
246 A[1][0] = A[0][1] = weight * v[5]; in KMUnpack()
251 const CeedScalar weight = sqrt(2.); in KMPack() local
255 v[3] = A[2][1] * weight; in KMPack()
256 v[4] = A[2][0] * weight; in KMPack()
257 v[5] = A[1][0] * weight; in KMPack()
H A Dnewtonian_state.h524 const CeedScalar weight = 1 / sqrt(2.); // Really sqrt(2.) / 2 in KMStrainRate() local
528 strain_rate[3] = weight * (grad_velocity[1][2] + grad_velocity[2][1]); in KMStrainRate()
529 strain_rate[4] = weight * (grad_velocity[0][2] + grad_velocity[2][0]); in KMStrainRate()
530 strain_rate[5] = weight * (grad_velocity[0][1] + grad_velocity[1][0]); in KMStrainRate()
/honee/tests/createPyTorchModel/
H A Dupdate_weights.py47 m, n = model.net[layer].weight.shape
50 model.net[layer].weight[...] = torch.from_numpy(weights[i])[...]
/honee/doc/css/
H A Daltair-plot.css4 font-weight: normal;
/honee/doc/
H A Dtheory.md441 Note that the weight coefficients are assumed to be in column-major order.