SyFi 0.3
|
Go to the source code of this file.
Classes | |
class | sfc_jit::test::SFCJitTest |
Namespaces | |
namespace | sfc_jit::test |
Functions | |
def | sfc_jit::test::num_integrals |
def | sfc_jit::test::UnitCell |
def | sfc_jit::test::assemble_on_cell |
def | sfc_jit::test::test |
Variables | |
dictionary | sfc_jit::test::cell2dim = { "interval": 1, "triangle": 2, "tetrahedron": 3, "quadrilateral": 2, "hexahedron": 3 } |
dictionary | sfc_jit::test::cell2volume = { "interval": 1.0, "triangle": 0.5, "tetrahedron": 1.0/6.0, "quadrilateral": 1.0, "hexahedron": 1.0 } |
string | sfc_jit::test::_test_temp_dir = "temp_dir" |
string | sfc_jit::test::_done_test_temp_dir = "done_temp_dir" |