Пример #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
def test_strain_2d():
    check_ff(get_ff_graphene(), StrainCellDOF, 3, {})
Пример #6
0
def test_full_2d():
    check_ff(get_ff_graphene(), FullCellDOF, 6, {})
Пример #7
0
def test_iso_2d():
    check_ff(get_ff_graphene(), IsoCellDOF, 1, {})
Пример #8
0
def test_aniso_2d():
    check_ff(get_ff_graphene(), AnisoCellDOF, 2, {})