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.
The text was updated successfully, but these errors were encountered:
I'm listing some feature requests for
gsUnstructuredSplines
here.gsMappedSpline
andgsMappedBasis
from XML. ForgsMappedBasis
, we can do it like agsMultiPatch
where we refer in the XML to the ID of agsMultiBasis
and agsSparseMatrix
. ForgsMappedSpline
we can pass agsMappedBasis
to 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.gsAlmostC1
etc).gsWriteParaview
function is now available forgsMappedSpline
andgsMappedBasis
. It would be nice to add this togsView.cpp
as well.The text was updated successfully, but these errors were encountered: