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: */
|
---|
14 | void 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.