Working changes to slip_plane code
This commit is contained in:
parent
3e140df1a9
commit
b5629b1563
5 changed files with 27 additions and 3 deletions
|
@ -528,7 +528,7 @@ module mode_create
|
|||
do i = 1, 3
|
||||
filzero(i) = bd_ele_lat(2*i-1) -1
|
||||
end do
|
||||
do while(efill_size>9)
|
||||
do while(efill_size>min_efillsize)
|
||||
!First check whether there are enough lattice points to house the current element size
|
||||
efill_ele=cubic_cell*(efill_size-1)
|
||||
if (nump_ele < efill_size**3) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue