A subroutine to test the tem_polygon_material_value function in tem_polygon_material_test.
The only argument will be true, if all calculations result in the expected values.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(out) | :: | success | Indicator if all tests were computed correctly. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_polygon_material_type), | private | :: | polygon | ||||
type(tem_polygon_vertex_type), | private | :: | me | ||||
real(kind=rk), | private | :: | matval(1) |