descrip Struct Reference

#include <descrip.h>

List of all members.

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

Detailed Description

This structure holds data about input files of MEFEL preprocessor

Definition at line 12 of file descrip.h.


Constructor & Destructor Documentation

descrip (  ) 

Definition at line 5 of file descrip.cpp.

References crf, crskwd, crssec, crsstr, hangnf, matf, matkwd, matsec, matstr, meshfmt, no, redgn, sifel, and topf.

~descrip (  ) 

Definition at line 19 of file descrip.cpp.


Member Function Documentation

long print ( FILE *  out  ) 

Definition at line 25 of file descrip.cpp.

References crf, crskwd, crssec, crsstr, hangnf, matf, matkwd, matsec, matstr, meshfmt, no, redgn, topf, and yes.


Member Data Documentation

char crf[1025]

cross-section file name

Definition at line 16 of file descrip.h.

Referenced by descrip(), input(), input_files(), main(), and print().

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 of cross-section section in the preprocessor file

Definition at line 22 of file descrip.h.

Referenced by descrip(), input(), input_files(), main(), 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]

hanging nodes file name

Definition at line 17 of file descrip.h.

Referenced by descrip(), input(), input_files(), main(), and print().

char matf[1025]

material file name

Definition at line 15 of file descrip.h.

Referenced by descrip(), input(), input_files(), main(), and print().

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 of material section in the preprocessor file

Definition at line 21 of file descrip.h.

Referenced by descrip(), input(), input_files(), main(), and print().

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]

topology file name

Definition at line 14 of file descrip.h.

Referenced by descrip(), input(), input_files(), main(), and print().


The documentation for this struct was generated from the following files:

Generated by  doxygen 1.6.2