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

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

CHG: cleanup the shared/Numerics directory. Took out the IsInputConverged, ToolkitsOptionsFromAnalysis and OptionsFromAnalysis
and put them into the Container/ Inputs and Parameters files. This uncovered a bunch of cyclical dependencies that needed fixing.

File size: 493 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#include "../../Container/Parameters.h"
11#include "../../Container/Nodes.h"
12
13/* local prototypes: */
14void Reducevectorgtofx(Vector<IssmDouble>** puf, Vector<IssmDouble>* ug, Nodes* nodes,Parameters* parameters);
15
16#endif /* _REDUCEVECTORGTOFX_H */
Note: See TracBrowser for help on using the repository browser.