source: issm/trunk-jpl/src/c/modules/CreateJacobianMatrixx/CreateJacobianMatrixx.h@ 16993

Last change on this file since 16993 was 16993, checked in by Mathieu Morlighem, 11 years ago

NEW: moving all Stiffness matrices and Jacobian matrices to analyses

File size: 302 bytes
Line 
1/*!\file: CreateJacobianMatrixx.h
2*/
3
4#ifndef _CREATEJACOBIANMATRIXX_H
5#define _CREATEJACOBIANMATRIXX_H
6
7#include "../../classes/classes.h"
8#include "../../analyses/analyses.h"
9
10/* local prototypes: */
11void CreateJacobianMatrixx(Matrix<IssmDouble>** pJff,FemModel* femmodel,IssmDouble kmax);
12
13#endif
Note: See TracBrowser for help on using the repository browser.