#include "types.h"
#include "problem.h"
#include "matrixOperations.h"
#include "macros.h"
#include "inclusion.h"
#include "transformTensors.h"
#include "esuf.h"
#include "vtk.h"
#include "mesh.h"
#include "homogenization.h"
#include "mnode.h"
#include "melement.h"
#include "selfBalanceAlgorithm.h"
#include "homogenizationMethods.h"
#include "tixy2.h"
#include "gelib.h"
#include "librw.h"
#include "mathlib.h"
#include <stdio.h>
#include <math.h>
Go to the source code of this file.
|
void | mumech::scan_FIELD_head (FILE *stream, long noincl, int nexc, char format, const char *name) |
| scan_DATA_field_head More...
|
|
void | mumech::print_VTK_elems_head (Stream *stream, long noIncl) |
|
XMLElement * | mumech::print_VTK_field_head (Stream *stream, const char *name, char format, int slen, int noincl) |
|
void | mumech::print_valuesi (char *auxs, int n, const int *values, int rv) |
|
void | mumech::convertTensorStrain (bool twodim, double *tens, STRNotation oldNot, STRNotation newNot) |
|
void | mumech::convertTensorStress (bool twodim, double *tens, STRNotation oldNot, STRNotation newNot) |
|
#define maxNumberOfMeshes 1000 |