Exemplo n.º 1
0
def test_full_2d():
    check_ff(get_ff_graphene(), FullCellDOF, 6, {})
Exemplo n.º 2
0
def test_aniso_2d():
    check_ff(get_ff_graphene(), AnisoCellDOF, 2, {})
Exemplo n.º 3
0
def test_iso_2d():
    check_ff(get_ff_graphene(), IsoCellDOF, 1, {})
Exemplo n.º 4
0
def test_strain_2d():
    check_ff(get_ff_graphene(), StrainCellDOF, 3, {})
Exemplo n.º 5
0
def test_strain_2d():
    check_ff(get_ff_graphene(), StrainCellDOF, 3, {})
Exemplo n.º 6
0
def test_full_2d():
    check_ff(get_ff_graphene(), FullCellDOF, 6, {})
Exemplo n.º 7
0
def test_iso_2d():
    check_ff(get_ff_graphene(), IsoCellDOF, 1, {})
Exemplo n.º 8
0
def test_aniso_2d():
    check_ff(get_ff_graphene(), AnisoCellDOF, 2, {})