OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "sparsemtrx.h"
#include "floatarray.h"
#include "compcol.h"
#include "linsystsolvertype.h"
#include "classfactory.h"
#include "SUPERLU_MT/include/slu_mt_ddefs.h"
#include "superlusolver.h"
#include <stdlib.h>
#include <math.h>
#include "verbose.h"
#include "timer.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_SparseLinSolver (SuperLUSolver, ST_SuperLU_MT) | |
int_t | oofem::dCheckZeroDiagonal (int_t n, int_t *rowind, int_t *colbeg, int_t *colend, int_t *perm) |