You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm listing some feature requests for gsUnstructuredSplines here.
XML format: we should be able to read/write gsMappedSpline and gsMappedBasis from XML. For gsMappedBasis, we can do it like a gsMultiPatch where we refer in the XML to the ID of a gsMultiBasis and a gsSparseMatrix. For gsMappedSpline we can pass a gsMappedBasis to XML together with the global coefficients in a matrix. Alternatively, we can use the constructor using a gsMultiPatch. It would also be nice to have the XML I/O for dense matrices, since it makes experimentation easier.
Python bindings: They are in place, but maybe we need some extra docs or examples. Also, it would be nice to have bindings for the implemented construction (gsAlmostC1 etc).
Paraview export: A gsWriteParaview function is now available for gsMappedSpline and gsMappedBasis. It would be nice to add this to gsView.cpp as well.
I'm listing some feature requests for
gsUnstructuredSplineshere.gsMappedSplineandgsMappedBasisfrom XML. ForgsMappedBasis, we can do it like agsMultiPatchwhere we refer in the XML to the ID of agsMultiBasisand agsSparseMatrix. ForgsMappedSplinewe can pass agsMappedBasisto XML together with the global coefficients in a matrix. Alternatively, we can use the constructor using agsMultiPatch. It would also be nice to have the XML I/O for dense matrices, since it makes experimentation easier.gsAlmostC1etc).gsWriteParaviewfunction is now available forgsMappedSplineandgsMappedBasis. It would be nice to add this togsView.cppas well.