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