Dear all,
I am using recent version of (par)FEAP 8.5 with PETSC 3.8.3 on a Linux Bull HPC Cluster.
I would like to simulate a problem with a quite large amount of finite elements. Using the input given below, standard feap commands are invoked to create a flat input file, that will be used for a subsequent parfeap application, however, the problem is already the creation of the mesh itself. I pursue to have a fine discretization with 3000x3000x1200 elements, yet, already for the "coarsest" mesh with 125x125x50 by
FEAP * * mesh
*,*,1,3,3,8
MATErial 1
SOLId
ELAStic ISOTropic 30e9 0.18
! CART 125 125 50 1 1 1 10
! CART 150 150 60 1 1 1 10
! CART 250 250 100 1 1 1 10
! CART 375 375 150 1 1 1 10
! CART 750 750 300 1 1 1 10
! CART 1500 1500 600 1 1 1 10
! CART 3000 3000 1200 1 1 1 10
BLOCk
CART 125 125 50 1 1 1 10
1 0.00 0.00 0.00
2 0.75 0.00 0.00
3 0.75 0.75 0.00
4 0.00 0.75 0.00
5 0.00 0.00 0.30
6 0.75 0.00 0.30
7 0.75 0.75 0.30
8 0.00 0.75 0.30
END
BATCH
OUTM
END
STOP
the output is giving a negative amount for both the tangent terms and the average colum height:
E l e m e n t S i z e V a l u e s
h-minimum = 6.0000E-03
h-maximum = 1.0392E-02
P a r t i t i o n 1
E q u a t i o n / P r o b l e m S u m m a r y:
Mesh dimension (ndm) = 3 : Number nodes = 809676
Number dof/node (ndf) = 3 : Number elements = 781250
Element eqs. (nadd) = 0 : Number materials = 1
Number rigid bodies = 0 : Number equations = 2429028
Number joints = 0 : Number tang terms= -1622254014
Transient integrator = Static : Average col. ht. = -666
The problem gets worse, for increased number of elements - for 375x375x150 my computer is not able to finish the mesh output anymore. The O-file ends in the mid of an element output and the process will run without doing anything. While the amount of nodes and elements in this case is far below the limitations of integer8, I still suspect an integer overflow to be the possible cause for at least the negative number in tangent terms. Do you agree? Or is there another possible explanation for the problem? Is there any way to make feap handle such kind of large meshes properly?
Best
Christian