CAM
|
Data Types | |
type | domainlateral_type |
Functions/Subroutines | |
subroutine, public | domainlateral_init (domain_l, cellsOnCell_old, edgesOnCell_old, nEdgesOnCell_old, areaCell_old, dcEdge_old, dvEdge_old, nCells_loc_old, nEdges_loc_old, maxEdges) |
Variables | |
type(domainlateral_type), public | ldomain_lateral |
subroutine, public domainlateralmod::domainlateral_init | ( | type(domainlateral_type) | domain_l, |
integer, dimension(:,:), intent(in) | cellsOnCell_old, | ||
integer, dimension(:,:), intent(in) | edgesOnCell_old, | ||
integer, dimension(:), intent(in) | nEdgesOnCell_old, | ||
real(r8), dimension(:), intent(in) | areaCell_old, | ||
real(r8), dimension(:), intent(in) | dcEdge_old, | ||
real(r8), dimension(:), intent(in) | dvEdge_old, | ||
integer, intent(in) | nCells_loc_old, | ||
integer, intent(in) | nEdges_loc_old, | ||
integer, intent(in) | maxEdges | ||
) |
type(domainlateral_type), public domainlateralmod::ldomain_lateral |