Skip to content

Replace set_extraction_operators

Stefan Possanner requested to merge replace_set_extraction_operators into devel
  • the set_extraction_operators has been removed. The E-operators for boundary conditions are now assembled automatically when creating the spline space object.
  • to use polar splines one has to evoke set_polar_splines(self, cx, cy)
  • tests and struphy code has been adapted

Merge request reports