MEDYAN.newmembrane!

Tuple{MEDYAN.Context}

newmembrane!(c::MEDYAN.Context; type, meshinit)

Add a new membrane to the system.

Keyword arguments

  • meshinit is structure containing mesh shape initialization information, such as a named tuple (vertlist, trilist) containing vertex coordinates and triangle list, MeshInitEllipsoid, MeshInitPlane or a general MeshInitSurfaceFunc.