Last change
on this file since 12832 was 12832, checked in by Eric.Larour, 13 years ago |
Almost done migrating objects to classes
|
File size:
492 bytes
|
Rev | Line | |
---|
[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"
|
---|
[12832] | 9 | #include "../../classes/objects/objects.h"
|
---|
[11322] | 10 |
|
---|
| 11 | /* local prototypes: */
|
---|
[12470] | 12 | void CreateJacobianMatrixx(Matrix** pJff,Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters,IssmDouble kmax);
|
---|
[11322] | 13 |
|
---|
| 14 | #endif /* _CREATEJACOBIANMATRIXX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.