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

        :param model: the BDF object
        """
        SpringElement.__init__(self, model)
Ejemplo 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)
Ejemplo n.º 3
0
    def __init__(self, model):
        """
        Defines the CELAS3 object.

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

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