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

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: 395 bytes
Line 
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
9#include "../../classes/objects/objects.h"
10
11/* local prototypes: */
12void Reducevectorgtofx(Vector** puf, Vector* ug, Nodes* nodes,Parameters* parameters);
13
14#endif /* _REDUCEVECTORGTOFX_H */
15
Note: See TracBrowser for help on using the repository browser.