Library Reference
Decapodes
Decapodes.CartesianPoint
— TypeCartesianPoint{T}(p)
a point in cartesian coordinates, intended as a wrapper around Point3 from GeometryBasics.
Decapodes.SpherePoint
— TypeSpherePoint{T}(p)
a point in spherical coordinates, intended as a wrapper around Point3 from GeometryBasics.
Decapodes.TangentBasis
— Methodtb(w)
Take a linear combinations of the tangent vectors at the base point. Use this to get a vector tangent to the sphere in the coordinate system of the base point. If the base point is in spherical coordinates, this is the identity, if the base point is in cartesian coordinates, it returns the tangent vector in cartesian coordinates.
Decapodes.gensim
— Methodfunction gensim(d::AbstractNamedDecapode; dimension::Int=2)
Generate a simulation function from the given Decapode. The returned function can then be combined with a mesh and a function describing function mappings to return a simulator to be passed to solve
.