コード例 #1
0
def test_full_2d():
    check_ff(get_ff_graphene(), FullCellDOF, 6, {})
コード例 #2
0
def test_aniso_2d():
    check_ff(get_ff_graphene(), AnisoCellDOF, 2, {})
コード例 #3
0
def test_iso_2d():
    check_ff(get_ff_graphene(), IsoCellDOF, 1, {})
コード例 #4
0
def test_strain_2d():
    check_ff(get_ff_graphene(), StrainCellDOF, 3, {})
コード例 #5
0
ファイル: test_dof.py プロジェクト: molmod/yaff
def test_strain_2d():
    check_ff(get_ff_graphene(), StrainCellDOF, 3, {})
コード例 #6
0
ファイル: test_dof.py プロジェクト: molmod/yaff
def test_full_2d():
    check_ff(get_ff_graphene(), FullCellDOF, 6, {})
コード例 #7
0
ファイル: test_dof.py プロジェクト: molmod/yaff
def test_iso_2d():
    check_ff(get_ff_graphene(), IsoCellDOF, 1, {})
コード例 #8
0
ファイル: test_dof.py プロジェクト: molmod/yaff
def test_aniso_2d():
    check_ff(get_ff_graphene(), AnisoCellDOF, 2, {})