Last change
on this file since 11679 was 11679, checked in by Eric.Larour, 13 years ago |
Large commit, to strip out Petsc from the code. Created new Matrix and Vector
wrapper objects to the Petsc Mat and Vec objects. These wrappers make it possible
to hook up a different package to handle matrix and vector operations.
|
File size:
387 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 "../../objects/objects.h"
|
---|
10 |
|
---|
11 | /* local prototypes: */
|
---|
12 | void 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.