subroutine pnpn_res_sx::pnpn_vel_res_sx_compute |
( |
class(ax_t), intent(in) |
Ax, |
|
|
type(field_t), intent(inout) |
u, |
|
|
type(field_t), intent(inout) |
v, |
|
|
type(field_t), intent(inout) |
w, |
|
|
type(field_t), intent(inout) |
u_res, |
|
|
type(field_t), intent(inout) |
v_res, |
|
|
type(field_t), intent(inout) |
w_res, |
|
|
type(field_t), intent(inout) |
p, |
|
|
type(field_t), intent(inout) |
f_x, |
|
|
type(field_t), intent(inout) |
f_y, |
|
|
type(field_t), intent(inout) |
f_z, |
|
|
type(coef_t), intent(inout) |
c_Xh, |
|
|
type(mesh_t), intent(inout) |
msh, |
|
|
type(space_t), intent(inout) |
Xh, |
|
|
type(field_t), intent(in) |
mu, |
|
|
type(field_t), intent(in) |
rho, |
|
|
real(kind=rp), intent(in) |
bd, |
|
|
real(kind=rp), intent(in) |
dt, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |