dome_dub_dlb
- compas_tno.shapes.dome_dub_dlb(x, y, thk, t, center=[5.0, 5.0], radius=5.0)[source]
Update sensitivites of upper and lower bounds of the dome based in the parameters
- Parameters
x (list) – x-coordinates of the points
y (list) – y-coordinates of the points
thk (float) – Thickness of the dome
t (float) – Parameter for lower bound in nodes in the boundary
center ([float, float], optional) – x, y coordinates of the center of the dome, by default [5.0, 5.0]
radius (float, optional) – The radius of the dome, by default 5.0
- Returns
dub (array) – Values of the sensitivites of upper bound in the points
dlb (array) – Values of the sensitivites of lower bound in the points