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

        :param model: the BDF object
        """
        SolidElement.__init__(self, model)
Exemplo n.º 2
0
    def __init__(self, model):
        """
        Defines the CTETRA object.

        :param self: the CTETRA object
        :param model: the BDF object
        """
        SolidElement.__init__(self, model)
Exemplo n.º 3
0
    def __init__(self, model):
        """
        Defines the CTETRA10 object.

        :param self: the CTETRA10 object
        :param model: the BDF object
        """
        SolidElement.__init__(self, model)
Exemplo n.º 4
0
    def __init__(self, model):
        """
        Defines the CHEXA object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        SolidElement.__init__(self, model)
Exemplo n.º 5
0
    def __init__(self, model):
        """
        Defines the CPENTA15 object.

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