示例#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, {})