v0.14.0
Classes | Namespaces | Functions | Variables
sdf_hertz.py File Reference

Go to the source code of this file.

Classes

class  sdf_hertz.Sphere
 

Namespaces

 sdf_hertz
 

Functions

def sdf_hertz.sdf (delta_t, t, x, y, z, tx, ty, tz, block_id)
 
def sdf_hertz.grad_sdf (delta_t, t, x, y, z, tx, ty, tz, block_id)
 
def sdf_hertz.hess_sdf (delta_t, t, x, y, z, tx, ty, tz, block_id)
 

Variables

int sdf_hertz.R = 10
 
float sdf_hertz.d = 0.1
 
int sdf_hertz.xc = 0
 
int sdf_hertz.yc = R
 
int sdf_hertz.zc = 0