ordered according to calling sequence
This commit is contained in:
parent
16cb9ebed9
commit
abedb5c3db
|
@ -27,7 +27,7 @@ module mesh
|
|||
mesh_microstructureAt !< microstructure ID of each element
|
||||
|
||||
integer(pInt), dimension(:,:), allocatable, public, protected :: &
|
||||
mesh_element !< entryCount and list of elements containing node
|
||||
mesh_element !< entryCount and list of elements containing node
|
||||
|
||||
integer(pInt), dimension(:,:,:,:), allocatable, public, protected :: &
|
||||
mesh_ipNeighborhood !< 6 or less neighboring IPs as [element_num, IP_index, neighbor_index that points to me]
|
||||
|
|
1468
src/mesh_marc.f90
1468
src/mesh_marc.f90
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue