muMECH  1.0
Namespaces | Macros | Functions
problem.cpp File Reference
#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.

Namespaces

 mumech
 

Macros

#define maxNumberOfMeshes   1000
 

Functions

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)
 
XMLElementmumech::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)
 

Macro Definition Documentation

#define maxNumberOfMeshes   1000

Definition at line 65 of file problem.cpp.

Referenced by mumech::Problem::~Problem().