コード例 #1
0
ファイル: chexa20.py プロジェクト: marcinch18/pyNastran
    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
ファイル: ctetra10.py プロジェクト: ClaesFredo/pyNastran
    def __init__(self, model):
        """
        Defines the CTETRA10 object.

        :param self: the CTETRA10 object
        :param model: the BDF object
        """
        SolidElement.__init__(self, model)
コード例 #4
0
ファイル: chexa20.py プロジェクト: saullocastro/pyNastran
    def __init__(self, model):
        """
        Defines the CHEXA object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        SolidElement.__init__(self, model)
コード例 #5
0
ファイル: cpenta15.py プロジェクト: dsegroup22/pyNastran
    def __init__(self, model):
        """
        Defines the CPENTA15 object.

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