amg_mkb/lad_petsc/ns_supg/VectorTransformationUtil.hpp File Reference
#include <petscvec.h>
Go to the source code of this file.
Functions |
void | convert_vec_to_x (Vec solution_v, Vec solution_p, double *x, int Ndof) |
void | convert_x_to_vec (Vec solution_v, Vec solution_p, double *x, int Ndof) |
void | convert_vec_to_x (Vec solution, double *x, int Ndof) |
void | convert_x_to_vec (Vec solution, double *x, int Ndof) |
void | convert_vec_to_x_simple (Vec solution, double *x, int Ndof) |
void | convert_x_to_vec_simple (Vec solution, double *x, int Ndof) |
Function Documentation
void convert_vec_to_x |
( |
Vec |
solution, |
|
|
double * |
x, |
|
|
int |
Ndof | |
|
) |
| | |
void convert_vec_to_x |
( |
Vec |
solution_v, |
|
|
Vec |
solution_p, |
|
|
double * |
x, |
|
|
int |
Ndof | |
|
) |
| | |
void convert_vec_to_x_simple |
( |
Vec |
solution, |
|
|
double * |
x, |
|
|
int |
Ndof | |
|
) |
| | |
void convert_x_to_vec |
( |
Vec |
solution, |
|
|
double * |
x, |
|
|
int |
Ndof | |
|
) |
| | |
void convert_x_to_vec |
( |
Vec |
solution_v, |
|
|
Vec |
solution_p, |
|
|
double * |
x, |
|
|
int |
Ndof | |
|
) |
| | |
void convert_x_to_vec_simple |
( |
Vec |
solution, |
|
|
double * |
x, |
|
|
int |
Ndof | |
|
) |
| | |