#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 "pglobalt.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 ptransprep.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 ptransprep.cpp.
References begsec_eledgpr, begsec_elsurfpr, 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().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 107 of file ptransprep.cpp.
References transtop::alloc_prep(), answertype_kwdset(), begsec_files, begsec_loadcase, begsec_outdrv, begsec_probdesc, bsec_kwdset(), bsec_str, check_reqsec_t(), Check_unused_prop, descrip::crf, esec_kwdset(), XFILE::give_maxlnsize(), growing_np_problem, growing_np_problem_nonlin, Gtt, XFILE::ignorecase, Inicdf, inputt(), XFILE::kwdmode, layered_plate, Lbt, Lht, Log, Lqat, Lqt, Ltat, Ltett, Ltt, descrip::matf, descrip::meshfmt, meshform_kwdset(), Mesprt, Myrank, nameLengtht, Ndom, Nproc, Outdt, outputt(), descrip::paral, outdrivert::print(), probdesct::print(), gtopology::print_gf(), proc_namet, Psolt, Qbt, Qht, Qqt, outdrivert::read(), probdesct::read(), gtopology::read_gf(), descrip::redgn, sect_mode_full, sect_mode_seq, set_prgname(), Tb, Tc, Tm, Top, descrip::topf, Tp, probdesct::tprob, probdesct::tstorkm, Tt, XFILE::warning, xf_setsec(), xfclose(), xfdetect_sect(), xfopen(), xfscanf(), and yes.
1.6.2