v0.14.0
Loading...
Searching...
No Matches
users_modules
tutorials
vec-5
surface.py
Go to the documentation of this file.
1
import
math
2
3
def
surface
(x, y, z, eta):
4
return
-math.tanh((-0.01 - x) / (eta * math.sqrt(2.)))
5
surface
Definition:
surface.py:1
Generated by
Doxygen
1.9.5 and hosted at