Searched refs:c_0 (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | boundary.c | 56 c_0 = clampMax[6] * M_PI, c_1 = clampMax[7] * M_PI, cx = kx * x + ky * y + kz * z, in BCClamp() local 58 theta = (c_0 + c_1 * cx) * load_increment; in BCClamp()
|
| /libCEED/examples/solids/ |
| H A D | README.md | 44 …-bc_clamp_[facenumber]_translate [x,y,z]` and/or `bc_clamp_[facenumber]_rotate [rx,ry,rz,c_0,c_1]`. 83 On each boundary node, the rotation magnitude is computed: {code}`theta = (c_0 + c_1 * cx) * loadIn…
|