source: issm/trunk-jpl/src/c/modules/Reducevectorgtofx/Reducevectorgtofx.h

Last change on this file was 15000, checked in by Eric.Larour, 12 years ago

CHG: modules should be including src/c/classes/classes.h, not src/c/classes/objects/objects.h

File size: 410 bytes
RevLine 
[1665]1/*!\file: Reducevectorgtofx.h
2 * \brief reduce petsc vector from g set to f set (free dofs), using the nodeset partitioning
3 * vectors.
4 */
5
6#ifndef _REDUCEVECTORGTOFX_H
7#define _REDUCEVECTORGTOFX_H
8
[15000]9#include "../../classes/classes.h"
[1665]10
11/* local prototypes: */
[13216]12void Reducevectorgtofx(Vector<IssmDouble>** puf, Vector<IssmDouble>* ug, Nodes* nodes,Parameters* parameters);
[1665]13
14#endif /* _REDUCEVECTORGTOFX_H */
Note: See TracBrowser for help on using the repository browser.