rath3t / dune-iga

A DUNE grid implementation with NURBS as ansatz functions.
https://rath3t.github.io/dune-iga-doc/
Other
1 stars 1 forks source link

Rolling ToDo List for PR #46 #50

Open henrij22 opened 6 months ago

henrij22 commented 6 months ago

This is meant to keep track of unfinished buisiness. These points don't have to be adressed before merging #46

auto secondFundamentalForm(const LocalCoordinate& local) const {
      return patchGeometry_->secondFundamentalForm(local);
    }

    auto zeroFirstAndSecondDerivativeOfPosition(const LocalCoordinate& local) const {
      return patchGeometry_->zeroFirstAndSecondDerivativeOfPosition(local);
    }

Backlog

FIxed