v0.14.0 |
Classes | |
class | Sphere |
Functions | |
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 = 100 |
float | d = 0.01 |
int | xc = 0 |
int | yc = 0 |
int | zc = R |
def sdf_sphere.grad_sdf | ( | delta_t, | |
t, | |||
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz, | |||
block_id | |||
) |
Definition at line 14 of file sdf_sphere.py.
def sdf_sphere.hess_sdf | ( | delta_t, | |
t, | |||
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz, | |||
block_id | |||
) |
Definition at line 17 of file sdf_sphere.py.
def sdf_sphere.sdf | ( | delta_t, | |
t, | |||
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz, | |||
block_id | |||
) |
Definition at line 11 of file sdf_sphere.py.
float sdf_sphere.d = 0.01 |
Definition at line 5 of file sdf_sphere.py.
int sdf_sphere.R = 100 |
Definition at line 4 of file sdf_sphere.py.
int sdf_sphere.xc = 0 |
Definition at line 7 of file sdf_sphere.py.
int sdf_sphere.yc = 0 |
Definition at line 8 of file sdf_sphere.py.
int sdf_sphere.zc = R |
Definition at line 9 of file sdf_sphere.py.