introduced two small bugs
This commit is contained in:
parent
470fc2dce3
commit
b4456e76b3
|
@ -567,7 +567,7 @@ subroutine mesh_init(ip,el)
|
||||||
gridMPI = gridGlobal
|
gridMPI = gridGlobal
|
||||||
alloc_local = fftw_mpi_local_size_3d(gridMPI(3), gridMPI(2), gridMPI(1)/2 +1, &
|
alloc_local = fftw_mpi_local_size_3d(gridMPI(3), gridMPI(2), gridMPI(1)/2 +1, &
|
||||||
MPI_COMM_WORLD, local_K, local_K_offset)
|
MPI_COMM_WORLD, local_K, local_K_offset)
|
||||||
gridLocal = [gridGlobal(1:2) int(local_K,pInt)]
|
gridLocal = [gridGlobal(1:2),int(local_K,pInt)]
|
||||||
gridOffset = int(local_K_offset,pInt)
|
gridOffset = int(local_K_offset,pInt)
|
||||||
|
|
||||||
geomSizeGlobal = mesh_spectral_getSize(fileUnit)
|
geomSizeGlobal = mesh_spectral_getSize(fileUnit)
|
||||||
|
|
|
@ -287,6 +287,7 @@ use mesh, only: mesh_NcpElems, &
|
||||||
mesh_maxNips, &
|
mesh_maxNips, &
|
||||||
mesh_maxNipNeighbors
|
mesh_maxNipNeighbors
|
||||||
use material, only: phase_plasticity, &
|
use material, only: phase_plasticity, &
|
||||||
|
homogenization_maxNgrains, &
|
||||||
phase_plasticityInstance, &
|
phase_plasticityInstance, &
|
||||||
phase_Noutput, &
|
phase_Noutput, &
|
||||||
PLASTICITY_NONLOCAL_label, &
|
PLASTICITY_NONLOCAL_label, &
|
||||||
|
|
Loading…
Reference in New Issue