Module to create Treelm environment for unit testcases.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character, | public, | parameter | :: | nl | = | C_NEW_LINE | |
| character(len=400), | public, | parameter | :: | cubeconf | = | 'mesh = {'//nl//' predefined = "cube",'//nl//' origin = {0.0, 0.0, 0.0},'//nl//' length=1.0,'//nl//' refinementLevel = 1'//nl//' }'//nl//'NOdebug = {logging = {'//nl//' level=10, '//nl//' filename="dbgutest",'//nl//' root_only = false'//nl//' }}'//nl |
Create the treelm environment for unit tests.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(treelmesh_type), | intent(out) | :: | tree | |||
| type(tem_BC_prop_type), | intent(out) | :: | boundary | |||
| type(tem_general_type), | intent(out) | :: | general |