OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"
#include "sloangraphnode.h"
#include "sloanlevelstruct.h"
#include "dofmanager.h"
#include "intarray.h"
#include <list>
Go to the source code of this file.
Classes | |
class | oofem::SloanGraph |
Graph representing the undirected graph used for Sloan algorithm for symmetric matrix profile reduction. More... | |
class | oofem::SloanNodalDegreeOrderingCrit |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | SLOAN_TIME_CHUNK 60 |
#define | MDC |
If defined, the support for Multiple subdomains is turned on. More... | |
#define MDC |
If defined, the support for Multiple subdomains is turned on.
Then the algorithm properly handles the isolated nodes as well as the case of multiple subdomains that are not connected
Definition at line 55 of file sloangraph.h.
#define SLOAN_TIME_CHUNK 60 |
Definition at line 49 of file sloangraph.h.
Referenced by oofem::SloanGraph::findBestRoot().