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

Last change on this file since 11322 was 11322, checked in by Mathieu Morlighem, 13 years ago

Added Newton's method for Pattyn, parallel only for now, to be improved

File size: 464 bytes
Line 
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: */
12void CreateJacobianMatrixx(Mat* pJff,Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters);
13
14#endif /* _CREATEJACOBIANMATRIXX_H */
Note: See TracBrowser for help on using the repository browser.