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

Last change on this file since 11679 was 11679, checked in by Eric.Larour, 13 years ago

Large commit, to strip out Petsc from the code. Created new Matrix and Vector
wrapper objects to the Petsc Mat and Vec objects. These wrappers make it possible
to hook up a different package to handle matrix and vector operations.

File size: 480 bytes
RevLine 
[11322]1/*!\file: CreateJacobianMatrixx.h
2 * \brief header file for degree of freedoms distribution routines.
3 */
4
5#ifndef _CREATEJACOBIANMATRIXX_H
6#define _CREATEJACOBIANMATRIXX_H
7
8#include "../../Container/Container.h"
9#include "../../objects/objects.h"
10
11/* local prototypes: */
[11679]12void CreateJacobianMatrixx(Matrix** pJff,Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters,double kmax);
[11322]13
14#endif /* _CREATEJACOBIANMATRIXX_H */
Note: See TracBrowser for help on using the repository browser.