Esempio n. 1
0
    def __init__(self, model):
        """
        Defines the CELAS1 object.

        :param model: the BDF object
        """
        SpringElement.__init__(self, model)
Esempio n. 2
0
    def __init__(self, model):
        """
        Defines the CELAS3 object.

        :param self: the CELAS3 object
        :param model: the BDF object
        """
        SpringElement.__init__(self, model)
Esempio n. 3
0
    def __init__(self, model):
        """
        Defines the CELAS3 object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        SpringElement.__init__(self, model)
Esempio n. 4
0
    def __init__(self, model):
        """
        Defines the CELAS3 object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        SpringElement.__init__(self, model)