Home
last modified time | relevance | path

Searched refs:FirstOrderNonLinearDSType (Results 1 – 1 of 1) sorted by relevance

/dports/science/siconos/siconos-4.4.0/wrap/utils/
H A Dxml_parser.py3011 obj_ = FirstOrderNonLinearDSType.factory()
3033 class FirstOrderNonLinearDSType(GeneratedsSuper): class
3043 if FirstOrderNonLinearDSType.subclass:
3044 return FirstOrderNonLinearDSType.subclass(*args_, **kwargs_)
3046 return FirstOrderNonLinearDSType(*args_, **kwargs_)
6666 'FirstOrderNonLinearDS': FirstOrderNonLinearDSType,