CAM
element_mod Module Reference

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)
 

Function/Subroutine Documentation

◆ allocate_element_desc()

subroutine, public element_mod::allocate_element_desc ( type (element_t), dimension(:), intent(inout)  elem)
Here is the caller graph for this function:

◆ element_coordinates()

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 
)

◆ element_var_coordinates()

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 
)
Here is the caller graph for this function:

◆ element_var_coordinates3d()

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 
)

◆ getcolumnidp()

integer function, public element_mod::getcolumnidp ( type(element_t), intent(in)  elem,
integer, intent(in)  i,
integer, intent(in)  j 
)
Here is the caller graph for this function:

◆ setup_element_pointers()

subroutine, public element_mod::setup_element_pointers ( type(element_t), dimension(:), intent(inout)  elem)
Here is the caller graph for this function: