#include <descrip.h>
Public Member Functions | |
| descrip () | |
| long | print (FILE *out) |
| ~descrip () | |
Public Attributes | |
| char | crf [1025] |
| cross-section file name | |
| answertype | crskwd |
| indicator whether the keywords are required (yes) in cross sections read by mechcrsec procedures | |
| answertype | crssec |
| indicator of cross-section section in the preprocessor file | |
| answertype | crsstr |
| indicator whether cross section parameters are read as strings (yes) or by mechcrsec procedures (no) | |
| char | hangnf [1025] |
| hanging nodes file name | |
| char | matf [1025] |
| material file name | |
| answertype | matkwd |
| indicator whether the keywords are required (yes) in materials read by mechmat procedures | |
| answertype | matsec |
| indicator of material section in the preprocessor file | |
| answertype | matstr |
| indicator whether materials are read as strings (yes) or by mechmat procedures (no) | |
| meshform | meshfmt |
| format of topology file | |
| long | paral |
| indicator whether sequential version of preprocessor is used (= 0) or paralell (= 1) | |
| long | redgn |
| indicator whether edge numbers of element should be read in topology file (=1) | |
| char | topf [1025] |
| topology file name | |
This structure holds data about input files of MEFEL preprocessor
Definition at line 12 of file descrip.h.
| descrip | ( | ) |
| ~descrip | ( | ) |
Definition at line 19 of file descrip.cpp.
| long print | ( | FILE * | out | ) |
| char crf[1025] |
indicator whether the keywords are required (yes) in cross sections read by mechcrsec procedures
Definition at line 26 of file descrip.h.
Referenced by descrip(), input_files(), and print().
indicator whether cross section parameters are read as strings (yes) or by mechcrsec procedures (no)
Definition at line 24 of file descrip.h.
Referenced by descrip(), input_crs(), input_files(), print(), and wr_crsecs().
| char hangnf[1025] |
| char matf[1025] |
indicator whether the keywords are required (yes) in materials read by mechmat procedures
Definition at line 25 of file descrip.h.
Referenced by descrip(), input_files(), print(), dbcrs::readmc(), and dbmat::readmm().
indicator whether materials are read as strings (yes) or by mechmat procedures (no)
Definition at line 23 of file descrip.h.
Referenced by descrip(), input_files(), input_materials(), print(), and wr_materials().
format of topology file
Definition at line 18 of file descrip.h.
Referenced by descrip(), input_files(), input_siftop(), main(), and print().
| long paral |
indicator whether sequential version of preprocessor is used (= 0) or paralell (= 1)
Definition at line 19 of file descrip.h.
Referenced by input(), input_siftop(), main(), output(), and wr_globnodnum().
| long redgn |
indicator whether edge numbers of element should be read in topology file (=1)
Definition at line 20 of file descrip.h.
Referenced by descrip(), input_files(), input_siftop(), main(), and print().
| char topf[1025] |
1.6.2