Decapodes.jl icon indicating copy to clipboard operation
Decapodes.jl copied to clipboard

Remove X as default manifold

Open bosonbaas opened this issue 3 years ago • 0 comments

Currently, the Decapodes2D presentation already defines a Space type X. If we expand to allowing simulation over multiple manifolds, we'll want a syntax that allows the user to define what the manifold names are conveniently, without enforcing a default manifold X.

Potentially could use parameters to the macro:

@decapode Decapodes2D(X, Y) begin

end

bosonbaas avatar Jun 21 '22 14:06 bosonbaas