I am confused about the parallel input files,need your help.
I have read the topic
http://feap.berkeley.edu/forum/index.php?topic=705.01) Does the tangent stiffness matrix formed from the serial run of the parallel feap and write it into the parallel input files,like Ixxx_000x etc. or during the execution of the parallel calculation?
2) If 1) is during the parallel execution ,what is the role of the "MATRix storage equation structure " and "EQUAtion number data" etc. in the followed parallel calculation ? Do them can be omitted ?
3) If one wants construct his own inputs files (for very large FE problems,and the flat file may be stored separately ), could he form the "MATRix storage" etc. information by himself easily or should use the serial feap functions?
4) Does every parallel executed feap process form its own tangent stiffness matrix using the serial subroutines in directory "program" or the subroutines in directory "parfeap"?
5) The entry function for the serial execution of the parallel feap is in the "feap84.f" or not? And the working flow is serially read into the single flat file Ixxx then get the equations number and other stuffs and then perform the metis decomposition or perform partition firstly then parse the separated "nodes,elements" etc. serially, or other flow?
I am so confused! Thanks for any help you may provided!