Francis Giraldeau
Francis Giraldeau
When creating a surface mesh in 3D, then convert to simplex using Mesh::MakeSimplicial(), then the Z coordinate is lost. I think sdim should be used as argument to SetCoords, instead...
The Z dimension of a surface mesh was lost when converting it to simplex. Add a test checking all vertices after the conversion. We create a special mesh for this...
When a simulation has multiple time steps, is it possible to navigate backward and forward in time? When pressing the space bar, the animation starts and I haven't seen in...