subroutine ax_product::ax_compute_vector::ax_compute_vector |
( |
class(ax_t), intent(in) |
this, |
|
|
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout) |
au, |
|
|
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout) |
av, |
|
|
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout) |
aw, |
|
|
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout) |
u, |
|
|
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout) |
v, |
|
|
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout) |
w, |
|
|
type(coef_t), intent(inout) |
coef, |
|
|
type(mesh_t), intent(inout) |
msh, |
|
|
type(space_t), intent(inout) |
Xh |
|
) |
| |
|
private |