Kwasniok / python-nerte

non-euclidean ray tracing engine
2 stars 0 forks source link

unify manifolds and geometry as much as possible #53

Closed Kwasniok closed 3 years ago

Kwasniok commented 3 years ago

This should reduce code duplication.

Make geometry an abstraction of its representations as charts. --> solved by redesign of geometry and introduction of nerte.values.manifolds

pullback/pushforward --> solved by nerte.values.submanifolds

see also: