MBDyn-1.7.3
|
#include "mbconfig.h"
#include "metiswrap.h"
#include "chacowrap.h"
#include "schurdataman.h"
#include "mbcomm.h"
#include "mysleep.h"
#include "except.h"
#include "solver.h"
#include <vector>
#include <algorithm>
#include "rotor.h"
Go to the source code of this file.
Classes | |
struct | Adjacency |
Variables | |
const integer | iDefaultMaxConnectionsPerVertex = 100 |
const integer | iDefaultMaxNodesPerElem = 50 |
const integer | iDefaultMaxInterfNodes = 50 |
const int | ADJ_UNDEFINED = -1 |
const int ADJ_UNDEFINED = -1 |
Definition at line 67 of file schurdataman.cc.
const integer iDefaultMaxConnectionsPerVertex = 100 |
Definition at line 64 of file schurdataman.cc.
const integer iDefaultMaxInterfNodes = 50 |
Definition at line 66 of file schurdataman.cc.
const integer iDefaultMaxNodesPerElem = 50 |
Definition at line 65 of file schurdataman.cc.