|
SyFi
0.3
|
Classes | |
| class | GeometryCodeGenTest |
| class | GeometryTestMixin |
| class | UflacsGeometryTest |
| class | SfcQuadratureGeometryTest |
| class | SfcSymbolicGeometryTest |
Functions | |
| def | format_code_structure |
Variables | |
| string | __authors__ = "Martin Sandve Alnes" |
| string | __date__ = "2008-09-04 -- 2012-05-16" |
| tuple | simplices = (ufl.interval, ufl.triangle, ufl.tetrahedron) |
| tuple | quads = (ufl.quadrilateral, ufl.hexahedron) |
Definition at line 44 of file test_geometry_code.py.
Referenced by test_sfc.test_geometry_code.GeometryCodeGenTest.test_geometry_representation_interval(), test_sfc.test_geometry_code.GeometryCodeGenTest.test_geometry_representation_tetrahedron(), and test_sfc.test_geometry_code.GeometryCodeGenTest.test_geometry_representation_triangle().
00044 00045 def format_code_structure(x): return str(x)
| string test_sfc::test_geometry_code::__authors__ = "Martin Sandve Alnes" |
Definition at line 3 of file test_geometry_code.py.
| string test_sfc::test_geometry_code::__date__ = "2008-09-04 -- 2012-05-16" |
Definition at line 4 of file test_geometry_code.py.
| tuple test_sfc::test_geometry_code::quads = (ufl.quadrilateral, ufl.hexahedron) |
Definition at line 34 of file test_geometry_code.py.
| tuple test_sfc::test_geometry_code::simplices = (ufl.interval, ufl.triangle, ufl.tetrahedron) |
Definition at line 33 of file test_geometry_code.py.