polishing
This commit is contained in:
parent
1726d95a56
commit
9ee709d214
|
@ -176,8 +176,12 @@ subroutine mesh_init(ip,el)
|
||||||
|
|
||||||
end subroutine mesh_init
|
end subroutine mesh_init
|
||||||
|
|
||||||
|
!--------------------------------------------------------------------------------------------------
|
||||||
subroutine writeGeometry(elemType,connectivity_elem,connectivity_cell,coordinates_nodes,coordinates_points)
|
!> @brief Writes all information needed for the DADF5 geometry
|
||||||
|
!--------------------------------------------------------------------------------------------------
|
||||||
|
subroutine writeGeometry(elemType, &
|
||||||
|
connectivity_elem,connectivity_cell, &
|
||||||
|
coordinates_nodes,coordinates_points)
|
||||||
|
|
||||||
integer, intent(in) :: elemType
|
integer, intent(in) :: elemType
|
||||||
integer, dimension(:,:), intent(in) :: &
|
integer, dimension(:,:), intent(in) :: &
|
||||||
|
|
Loading…
Reference in New Issue