|
Last change
on this file since 16560 was 16560, checked in by Mathieu Morlighem, 12 years ago |
|
merged trunk-jpl and trunk for revision 16554
|
|
File size:
426 bytes
|
| Line | |
|---|
| 1 | /*!\file: AllocateSystemMatricesx.h
|
|---|
| 2 | */
|
|---|
| 3 |
|
|---|
| 4 | #ifndef _ALLOCATESYSTEMMATRICESX_H
|
|---|
| 5 | #define _ALLOCATESYSTEMMATRICESX_H
|
|---|
| 6 |
|
|---|
| 7 | #include "../../classes/classes.h"
|
|---|
| 8 |
|
|---|
| 9 | /* local prototypes: */
|
|---|
| 10 | void AllocateSystemMatricesx(Matrix<IssmDouble>** pKff,Matrix<IssmDouble>** pKfs,Vector<IssmDouble>** pdf,Vector<IssmDouble>** ppf,FemModel* femmodel);
|
|---|
| 11 | void MatrixNonzeros(int** pd_nnz,int** po_nnz,FemModel* femmodel,int set1enum,int set2enum);
|
|---|
| 12 |
|
|---|
| 13 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.