mimesis-inria / caribou

Multi-physics computation library
GNU Lesser General Public License v3.0
29 stars 17 forks source link

[Topology] Refactor the way Mesh stores its nodes. #30

Closed jnbrunet closed 3 years ago

jnbrunet commented 3 years ago

This PR is a first step to implement the creation of meshes where the nodal position vector is allocated externally, or managed differently than our default implementation. One would have to simply define a new NodeContainer type and pass it as a template argument to the Mesh class.