FEAP User Forum
FEAP => Parallel FEAP => Topic started by: simapise on December 15, 2017, 02:50:57 AM
-
Dear FEAP Admin.
I am successfully using Tplot command for to get reaction, displacement and sums in the serial input file. I tried to use the same with parFeap V8.2. I am getting all output files for each partition but all values are 0.
Could you please guide me how could i get all the right values.
I am using batch command as below
batch
tplot,,1
end
disp,660,2
sums,2,2,1,0.000001
reac,660,2
show
Best Regards
-
This command has not been coded specially for the parallel version.
Can you try the following please:
1. put the SUMS command first.
2. specify nodal points by coordinate location.
report findings.
-
Respected Prof. Taylor,
thanks a lot for a suggestion.
It is working perfectly for disp and reac commands and gives only one file w. r. to the particular partition in which the node lies.
Sums command works good but for large no of partition it gives files for all partition but only some of them contain non-zero values. The addition of values from all sums file will give the final and correct value.
batch
tplot,,1
end
sums,2,2,1,0.000001
disp,,1,0.04511002,1.0
reac,,1,0.04511002,1.0
show