|
CAM
|
Data Types | |
| type | element_t |
| type | index_t |
Functions/Subroutines | |
| integer function, public | getcolumnidp (elem, i, j) |
| type(cartesian2d_t) function, dimension(size(points), size(points)), public | element_coordinates (start, end, points) |
| type(cartesian2d_t) function, dimension(size(points), size(points)), public | element_var_coordinates (c, points) |
| type(cartesian3d_t) function, dimension(size(points), size(points)), public | element_var_coordinates3d (c, points) |
| subroutine, public | allocate_element_desc (elem) |
| subroutine, public | setup_element_pointers (elem) |
| subroutine, public element_mod::allocate_element_desc | ( | type (element_t), dimension(:), intent(inout) | elem | ) |

| type (cartesian2d_t) function, dimension(size(points),size(points)), public element_mod::element_coordinates | ( | type (cartesian2d_t), intent(in) | start, |
| type (cartesian2d_t), intent(in) | end, | ||
| real (kind=longdouble_kind), dimension(:), intent(in) | points | ||
| ) |
| type (cartesian2d_t) function, dimension(size(points),size(points)), public element_mod::element_var_coordinates | ( | type (cartesian2d_t), dimension(4), intent(in) | c, |
| real (kind=longdouble_kind), dimension(:), intent(in) | points | ||
| ) |

| type (cartesian3d_t) function, dimension(size(points),size(points)), public element_mod::element_var_coordinates3d | ( | type (cartesian3d_t), dimension(4), intent(in) | c, |
| real (kind=longdouble_kind), dimension(:), intent(in) | points | ||
| ) |
| integer function, public element_mod::getcolumnidp | ( | type(element_t), intent(in) | elem, |
| integer, intent(in) | i, | ||
| integer, intent(in) | j | ||
| ) |

| subroutine, public element_mod::setup_element_pointers | ( | type(element_t), dimension(:), intent(inout) | elem | ) |
