Last change
on this file since 13623 was 13623, checked in by Mathieu Morlighem, 12 years ago |
CHG: cosmetics, removing all deboule blank lines and indent single white lines correctly
|
File size:
418 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: */
|
---|
12 | void Reducevectorgtofx(Vector<IssmDouble>** puf, Vector<IssmDouble>* ug, Nodes* nodes,Parameters* parameters);
|
---|
13 |
|
---|
14 | #endif /* _REDUCEVECTORGTOFX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.