Go to the source code of this file.
|
subroutine | ksupg (KX, KY, XMUL, U, V, MESH) |
|
◆ ksupg()
subroutine ksupg |
( |
type(bief_obj), intent(inout) |
KX, |
|
|
type(bief_obj), intent(inout) |
KY, |
|
|
double precision, intent(in) |
XMUL, |
|
|
type(bief_obj), intent(in) |
U, |
|
|
type(bief_obj), intent(in) |
V, |
|
|
type(bief_mesh), intent(in) |
MESH |
|
) |
| |
- Parameters
-
[in] | mesh | KX First component of resulting vector |
[in] | KY | Second component of resulting vector |
[in] | MESH | Mesh structure |
[in] | U | First component of velocity |
[in] | V | Second component of velocity |
[in] | XMUL | Multiplication coeficient |
Definition at line 7 of file ksupg.f.