Defines the full-stress SVV Helmholtz operator.
◆ ax_helm_svv_full_compute()
| subroutine ax_helm_svv_full::ax_helm_svv_full_compute |
( |
class(ax_helm_svv_full_t), intent(in) |
this, |
|
|
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout) |
w, |
|
|
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(in) |
u, |
|
|
type(coef_t), intent(in) |
coef, |
|
|
type(mesh_t), intent(in) |
msh, |
|
|
type(space_t), intent(in) |
xh |
|
) |
| |
- Parameters
-
| w | Vector of size (lx,ly,lz,nelv). |
| u | Vector of size (lx,ly,lz,nelv). |
| coef | Coefficients. |
| msh | Mesh. |
| Xh | Function space \( X_h \). |
Definition at line 63 of file ax_helm_svv_full.f90.
◆ ax_helm_svv_full_free()