OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "symcompcol.h"
#include "floatarray.h"
#include "engngm.h"
#include "domain.h"
#include "element.h"
#include "sparsemtrxtype.h"
#include "activebc.h"
#include "classfactory.h"
#include <set>
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. | |
Macros | |
#define | MAP(i, j) map [ ( j ) * neq - ( j ) * ( ( j ) + 1 ) / 2 + ( i ) ] |
Functions | |
oofem::REGISTER_SparseMtrx (SymCompCol, SMT_SymCompCol) | |
#define MAP | ( | i, | |
j | |||
) | map [ ( j ) * neq - ( j ) * ( ( j ) + 1 ) / 2 + ( i ) ] |
Definition at line 109 of file symcompcol.C.