 | FEMAP Output: solidex.neu--"neutral
file format" generated by FEMAP after FE pre-processing. |
 | Input Interface: solid_3d.cpp--C++
program to read in pre-processing results from "solidex.neu", and
automatically generate output file "model.cpp" for finite element analysis. |
 | FE Model Definitions: model.cpp--automatic
generated C++ code by "solid_3d.cpp" for finite element "node - element -
constraint - load" definitions, to be included in finite element analysis program
"three_d.cpp". |
 | FE Analysis Program: three_d.cpp--Finite
element C++ analysis program written with fe.lib+vs.lib. Include "output.cpp" to
generate "test1.neu" in FEMAP neutral file format. |
 | Output Interface: output.cpp--included
in "three_d.cpp" to generate FEMAP neutral file format (e.g.,
"test1.neu") for post-processing. |
 | Input to FEMAP: --test1.neu. |