geo-fluid-dynamics / sapphire

An engine for constructing PDE-based simulations using Firedrake
MIT License
19 stars 5 forks source link

Pass `mesh.geometric_dimension()` to `simulation.unit_vectors` instead of the entire `mesh` #64

Closed agzimmerman closed 4 years ago

agzimmerman commented 4 years ago

Now also the simulation class simulation.Simulation has the method simulation.Simulation.unit_vectors() rather than having to use the functional interface.