introduced two small bugs

This commit is contained in:
Martin Diehl 2015-04-11 09:25:15 +00:00
parent 470fc2dce3
commit b4456e76b3
2 changed files with 2 additions and 1 deletions

View File

@ -567,7 +567,7 @@ subroutine mesh_init(ip,el)
gridMPI = gridGlobal
alloc_local = fftw_mpi_local_size_3d(gridMPI(3), gridMPI(2), gridMPI(1)/2 +1, &
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)
geomSizeGlobal = mesh_spectral_getSize(fileUnit)

View File

@ -287,6 +287,7 @@ use mesh, only: mesh_NcpElems, &
mesh_maxNips, &
mesh_maxNipNeighbors
use material, only: phase_plasticity, &
homogenization_maxNgrains, &
phase_plasticityInstance, &
phase_Noutput, &
PLASTICITY_NONLOCAL_label, &