v0.14.0 |
Classes | |
class | yPlane |
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 | |
float | d = 0.01 |
int | xc = 0 |
int | yc = 0 |
int | zc = 0 |
def sdf_hertz_2d_axisymm_plane.grad_sdf | ( | delta_t, | |
t, | |||
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz, | |||
block_id | |||
) |
Definition at line 13 of file sdf_hertz_2d_axisymm_plane.py.
def sdf_hertz_2d_axisymm_plane.hess_sdf | ( | delta_t, | |
t, | |||
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz, | |||
block_id | |||
) |
Definition at line 16 of file sdf_hertz_2d_axisymm_plane.py.
def sdf_hertz_2d_axisymm_plane.sdf | ( | delta_t, | |
t, | |||
x, | |||
y, | |||
z, | |||
tx, | |||
ty, | |||
tz, | |||
block_id | |||
) |
Definition at line 10 of file sdf_hertz_2d_axisymm_plane.py.
float sdf_hertz_2d_axisymm_plane.d = 0.01 |
Definition at line 4 of file sdf_hertz_2d_axisymm_plane.py.
int sdf_hertz_2d_axisymm_plane.xc = 0 |
Definition at line 6 of file sdf_hertz_2d_axisymm_plane.py.
int sdf_hertz_2d_axisymm_plane.yc = 0 |
Definition at line 7 of file sdf_hertz_2d_axisymm_plane.py.
int sdf_hertz_2d_axisymm_plane.zc = 0 |
Definition at line 8 of file sdf_hertz_2d_axisymm_plane.py.