#include "prepalias.h"#include "inputt.h"#include "outputt.h"#include "globprept.h"#include "globalt.h"#include "globmatt.h"#include "elemheadt.h"#include "genfile.h"#include "iotools.h"#include "kwdset.h"#include "stacktrace.h"#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | EXTERN |
Functions | |
| void | check_reqsec_t (XFILE *in) |
| int | main (int argc, char *argv[]) |
| #define EXTERN |
Definition at line 1 of file transprep.cpp.
| void check_reqsec_t | ( | XFILE * | in | ) |
The function checks presence of required sections in the given mefel preprocesor file.
| in | - pointer to opened input file with problem description |
created by Tomas Koudelka 9.2010, koudelka@cml.fsv.cvut.cz
Definition at line 27 of file transprep.cpp.
References begsec_eledgpr, begsec_elsurfpr, begsec_elvertpr, begsec_elvolpr, begsec_files, begsec_loadcase, begsec_nodedgpr, begsec_nodsurfpr, begsec_nodvertpr, begsec_nodvolpr, begsec_outdrv, begsec_probdesc, bsec_str, XFILE::index_created, print_err(), and xf_setsec().
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 108 of file transprep.cpp.
References transtop::alloc_prep(), begsec_crsec, begsec_files, begsec_loadcase, begsec_mater, begsec_outdrv, begsec_probdesc, bsec_kwdset(), bsec_str, check_reqsec_t(), Check_unused_prop, descript::crssec, esec_kwdset(), growing_np_problem, growing_np_problem_nonlin, Gtt, descript::icf, XFILE::ignorecase, Inicdf, descript::inicdf, input_filest(), inputt(), XFILE::kwdmode, Lbt, Lht, Log, Lqat, Lqt, Ltat, Ltett, Ltt, descript::matsec, no, Outdt, outputt(), descript::paral, outdrivert::print(), probdesct::print(), gtopology::print_gf(), Qbt, Qht, Qqt, outdrivert::read(), probdesct::read(), gtopology::read_gf(), sect_mode_full, sect_mode_fwd, sect_mode_ignore, sect_mode_seq, set_prgname(), Tb, Tc, Tm, Top, Tp, probdesct::tprob, Tt, XFILE::warning, xf_resetsec(), xf_setsec(), xfclose(), xfdetect_sect(), xfopen(), xfscanf(), and yes.
1.6.2