v0.14.0
Loading...
Searching...
No Matches
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.12.0 and hosted at