v0.14.0
Functions
surface Namespace Reference

Functions

def surface (x, y, z, eta)
 

Function Documentation

◆ surface()

def surface.surface (   x,
  y,
  z,
  eta 
)
Examples
mesh_cut.cpp, and reaction_diffusion.cpp.

Definition at line 3 of file surface.py.

3 def surface(x, y, z, eta):
4  return -math.tanh((-0.01 - x) / (eta * math.sqrt(2.)))
5 
surface.surface
def surface(x, y, z, eta)
Definition: surface.py:3