started with some poor code on pressure propagation
This commit is contained in:
2
functions/pressure_propagation.py
Normal file
2
functions/pressure_propagation.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def pressure_update(p,p1=-1,p2=-1):
|
||||
return 1/4*(2*p+p1+p2)
|
||||
Reference in New Issue
Block a user