igatoolsProject / igatools

igatools is and isogeometric analysis library
https://github.com/igatoolsProject/igatools/wiki
Other
29 stars 15 forks source link

Missing evaluate_face_fields() in NURBSElementAccessor #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Due to the fact that NURBSElementAccessor inherits from BSplineElementAccessor, 
if evaluate_face_fields() is called, then the evaluation is always made with a 
BSpline space (also for NURBS).

Original issue reported on code.google.com by massimil...@gmail.com on 17 Apr 2014 at 3:28

GoogleCodeExporter commented 9 years ago
Added the base class SpaceElementAccessor that implements this function.

Original comment by massimil...@gmail.com on 20 May 2014 at 2:58