descript Struct Reference

#include <descript.h>

List of all members.

Public Member Functions

 descript ()
long print (FILE *out)
 the function prints the preprocessor description to the text file
 ~descript ()

Public Attributes

char crf [1025]
 cross-section file name
answertype crskwd
 indicator whether the keywords are required (yes) in cross sections read by transcrsec 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 transcrsec procedures (no)
char icf [1025]
 initial condition file name
answertype inicdf
 indicator of initial conditions given in a file
char matf [1025]
 material file name
answertype matkwd
 indicator whether the keywords are required (yes) in materials read by transmat procedures
answertype matsec
 indicator of material section in the preprocessor file
answertype matstr
 indicator whether materials are read as strings (yes) or by transmat 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 TRFEL preprocessor

Definition at line 11 of file descript.h.


Constructor & Destructor Documentation

descript (  ) 

Definition at line 5 of file descript.cpp.

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

~descript (  ) 

Definition at line 20 of file descript.cpp.


Member Function Documentation

long print ( FILE *  out  ) 

the function prints the preprocessor description to the text file

Definition at line 26 of file descript.cpp.

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


Member Data Documentation

char crf[1025]

cross-section file name

Definition at line 15 of file descript.h.

Referenced by descript(), input_filest(), inputt(), and print().

indicator whether the keywords are required (yes) in cross sections read by transcrsec procedures

Definition at line 27 of file descript.h.

Referenced by descript(), input_filest(), and print().

indicator of cross-section section in the preprocessor file

Definition at line 23 of file descript.h.

Referenced by descript(), inputt(), main(), and print().

indicator whether cross section parameters are read as strings (yes) or by transcrsec procedures (no)

Definition at line 25 of file descript.h.

Referenced by descript(), input_crst(), input_filest(), print(), and wr_crsecst().

char icf[1025]

initial condition file name

Definition at line 16 of file descript.h.

Referenced by descript(), input_filest(), main(), and print().

indicator of initial conditions given in a file

Definition at line 21 of file descript.h.

Referenced by descript(), input_filest(), main(), and print().

char matf[1025]

material file name

Definition at line 14 of file descript.h.

Referenced by descript(), input_filest(), inputt(), and print().

indicator whether the keywords are required (yes) in materials read by transmat procedures

Definition at line 26 of file descript.h.

Referenced by descript(), input_filest(), print(), dbcrst::readtc(), and dbmatt::readtm().

indicator of material section in the preprocessor file

Definition at line 22 of file descript.h.

Referenced by descript(), inputt(), main(), and print().

indicator whether materials are read as strings (yes) or by transmat procedures (no)

Definition at line 24 of file descript.h.

Referenced by descript(), input_filest(), input_materialst(), print(), and wr_materialst().

format of topology file

Definition at line 18 of file descript.h.

Referenced by descript(), input_filest(), input_siftopt(), and print().

long paral

indicator whether sequential version of preprocessor is used (= 0) or paralell (= 1)

Definition at line 19 of file descript.h.

Referenced by input_siftopt(), inputt(), main(), and outputt().

long redgn

indicator whether edge numbers of element should be read in topology file (=1)

Definition at line 20 of file descript.h.

Referenced by descript(), input_filest(), input_siftopt(), and print().

char topf[1025]

topology file name

Definition at line 13 of file descript.h.

Referenced by descript(), input_filest(), inputt(), and print().


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

Generated by  doxygen 1.6.2