示例#1
0
    def __init__(self, model):
        """
        Defines the CHEXA object.

        :param model: the BDF object
        """
        SolidElement.__init__(self, model)
示例#2
0
    def __init__(self, model):
        """
        Defines the CTETRA object.

        :param self: the CTETRA object
        :param model: the BDF object
        """
        SolidElement.__init__(self, model)
示例#3
0
    def __init__(self, model):
        """
        Defines the CTETRA10 object.

        :param self: the CTETRA10 object
        :param model: the BDF object
        """
        SolidElement.__init__(self, model)
示例#4
0
    def __init__(self, model):
        """
        Defines the CHEXA object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        SolidElement.__init__(self, model)
示例#5
0
    def __init__(self, model):
        """
        Defines the CPENTA15 object.

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