brain-slam / slam

Surface anaLysis And Modeling
MIT License
13 stars 24 forks source link

Changing gradient function's output in differential_geometry #48

Closed JulienLefevreMars closed 3 years ago

JulienLefevreMars commented 3 years ago

The gradient function that returns the gradient vector field of a scalar field returns a dictionnary of vectors. This data structure is probably not very efficient and could be replaced by a numpy array of size (nbpoints,3).

See also the VectorField class that is supposed to come soon ;-)

JulienLefevreMars commented 3 years ago

Two steps for that: