I want to try parallel FEAP. How to generate domains using Mertis ? What is the command to cut the mode into several submodels for parallel FEAP. I find no command line in the ParaFEAP manual.
I have installed the Para FEAP and wrote the input file according to the ParaFEAP manual. But when I type 'feap -iIfile', it reads '
*ERROR* GRAPh command only available in parallel version
*ERROR* OUTDomain command only available in parallel version''
FEAP
0 0 1 3 3 8
cons
h=1
m=20
n=20
w=20
para
a=m*h
b=n*h
c=w*h
MATErial,1
SOLId
ELAStic ISOTropic 1000.0 0.25
block
cartesian,n,w,m,,,1,10
1 0.0 0.0 0.0
2 0 b 0.0
3 0 b c
4 0.0 0.0 c
5 a 0.0 0.0
6 a b 0.0
7 a b c
8 a 0.0 c
cboun
node 0.0 0.0 0.0 1, 1, 1
eboun
3 0 0 0 1
3 c 0 0 1
edisp
3 0 0 0 0.0
3 c 0 0 0.1
END
batch
graph node 5
outdomains
end batch
inte
STOP