OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <cstdio>
#include <cstdlib>
#include "cemhydmat.h"
#include "homogenize.h"
#include "mathfem.h"
#include "classfactory.h"
#include "domain.h"
#include "floatmatrix.h"
#include "gausspoint.h"
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Functions | |
oofem::REGISTER_Material (CemhydMat) | |
void | oofem::free_vector (float *v, int nl) |
void | oofem::free_ivector (int *v, int nl) |
void | oofem::free_dvector (double *v, int nl) |
void | oofem::free_matrix (float **m, int nrl, int nrh, int ncl) |
void | oofem::free_dmatrix (double **m, int nrl, int nrh, int ncl) |
void | oofem::free_imatrix (int **m, int nrl, int nrh, int ncl) |
void | oofem::free_submatrix (float *b, int nrl) |
void | oofem::free_convert_matrix (float **b, int nrl) |