v0.14.0 |
Classes | |
class | CylinderZ |
class | NoIndenter |
class | Sphere |
class | yPlane |
Functions | |
def | sdf (t, x, y, z, tx, ty, tz) |
def | grad_sdf (t, x, y, z, tx, ty, tz) |
def | hess_sdf (t, x, y, z, tx, ty, tz) |
def | sdf (delta_t, t, x, y, z, tx, ty, tz, block_id) |
def | grad_sdf (delta_t, t, x, y, z, tx, ty, tz, block_id) |
def | hess_sdf (delta_t, t, x, y, z, tx, ty, tz, block_id) |
Variables | |
int | r = 1 |
list | list_indenters = [] |
def sdf.grad_sdf | ( | delta_t, | |
t, | |||
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz, | |||
block_id | |||
) |
def sdf.grad_sdf | ( | t, | |
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz | |||
) |
def sdf.hess_sdf | ( | delta_t, | |
t, | |||
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz, | |||
block_id | |||
) |
def sdf.hess_sdf | ( | t, | |
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz | |||
) |
def sdf.sdf | ( | delta_t, | |
t, | |||
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz, | |||
block_id | |||
) |
def sdf.sdf | ( | t, | |
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz | |||
) |
int sdf.r = 1 |