MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
schsolman.h File Reference
#include "myassert.h"
#include "mynewmem.h"
#include "except.h"
#include "solman.h"
#include "schurmh.h"
Include dependency graph for schsolman.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SchurSolutionManager
 
class  SchurSolutionManager::ErrGeneric
 

Functions

template<class T >
void InitializeList (T *list, integer dim, T value)
 

Variables

const int G_TAG = 100
 
const int S_TAG = 200
 

Function Documentation

template<class T >
void InitializeList ( T *  list,
integer  dim,
value 
)
inline

Definition at line 56 of file schsolman.h.

57 {
58  for (int i = 0; i < dim; i++) {
59  list[i] = value;
60  }
61 }

Variable Documentation

const int G_TAG = 100

Definition at line 65 of file schsolman.h.

const int S_TAG = 200

Definition at line 66 of file schsolman.h.