35#include "Simulation.h"
39 void add_col(
const int tnNo,
const int rowN,
const int colN,
int& mnnzeic, Array<int>& uInd);
45 void resiz(
const int tnNo,
int& mnnzeic, Array<int>& uInd);
The Array3 template class implements a simple interface to 3D arrays.
Definition Array3.h:52
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1354
Definition Simulation.h:41
The Vector template class is used for storing int and double data.
Definition Vector.h:50