/*!\file: AllocateSystemMatricesx.h */ #ifndef _ALLOCATESYSTEMMATRICESX_H #define _ALLOCATESYSTEMMATRICESX_H #include "../../classes/classes.h" /* local prototypes: */ void AllocateSystemMatricesx(Matrix** pKff,Matrix** pKfs,Vector** pdf,Vector** ppf,FemModel* femmodel); void MatrixNonzeros(int** pd_nnz,int** po_nnz,FemModel* femmodel,int set1enum,int set2enum); #endif