#include <string.h>#include <stdlib.h>#include "outdrivert.h"#include "intools.h"#include "galias.h"#include "globalt.h"#include "probdesct.h"#include "transbclc.h"#include "transtop.h"#include "transprint.h"#include "nodet.h"#include "elementt.h"#include "globmatt.h"#include "intpointst.h"#include <math.h>Go to the source code of this file.
Variables | |
| static int | preqoth = 15 |
| static int | prflux = 15 |
| static int | prgrad = 15 |
| static int | proth = 15 |
| static int | prunkn = 15 |
int preqoth = 15 [static] |
Definition at line 21 of file outdrivert.cpp.
Referenced by elemoutt::print_eqother(), and nodeoutt::print_eqother().
int prflux = 15 [static] |
Definition at line 19 of file outdrivert.cpp.
Referenced by elemoutt::print_flux(), and nodeoutt::print_flux().
int prgrad = 15 [static] |
Definition at line 18 of file outdrivert.cpp.
Referenced by pointoutt::print_flux(), pointoutt::print_grad(), elemoutt::print_grad(), and nodeoutt::print_grad().
int proth = 15 [static] |
Definition at line 20 of file outdrivert.cpp.
Referenced by elemoutt::print_other(), and nodeoutt::print_other().
int prunkn = 15 [static] |
Definition at line 17 of file outdrivert.cpp.
Referenced by nodeoutt::print_unkn().
1.6.2