예제 #1
0
    def __init__(self, model):
        """
        Defines the CTETRA object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        SolidElement.__init__(self, model)
예제 #2
0
    def __init__(self, model):
        """
        Defines the CPYRAM13 object.

        Parameters
        ----------
        model : BDF
            the BDF

        """
        SolidElement.__init__(self, model)