Added deform box option and allowed for reading time information from restart files
This commit is contained in:
parent
8d939ed942
commit
724e573287
6 changed files with 117 additions and 11 deletions
|
@ -14,7 +14,6 @@ module box
|
|||
real(kind=dp), allocatable :: sub_box_ori(:,:,:)!Orientations for each of the subboxes
|
||||
real(kind=dp), allocatable :: sub_box_bd(:,:)!Boundaries for each of the sub_boxes
|
||||
|
||||
|
||||
!Below are some simulation parameters which may be adjusted if reading in restart files
|
||||
integer :: timestep=0
|
||||
real(kind=dp) :: total_time=0.0_dp
|
||||
|
@ -98,4 +97,4 @@ module box
|
|||
end do
|
||||
return
|
||||
end subroutine in_sub_box
|
||||
end module box
|
||||
end module box
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue