71     subroutine ax_compute(w, u, coef, msh, Xh)
 
   79       type(
mesh_t), 
intent(in) :: msh
 
   80       type(
coef_t), 
intent(in) :: coef
 
   81       real(kind=
rp), 
intent(inout) :: w(xh%lx, xh%ly, xh%lz, msh%nelv)
 
   82       real(kind=
rp), 
intent(in) :: u(xh%lx, xh%ly, xh%lz, msh%nelv)
 
 
   98     subroutine ax_compute_vector(this, au, av, aw, u, v, w, coef, msh, Xh)
 
  105       class(ax_t), 
intent(in) :: this
 
  106       type(
space_t), 
intent(in) :: Xh
 
  107       type(
mesh_t), 
intent(in) :: msh
 
  108       type(
coef_t), 
intent(in) :: coef
 
  109       real(kind=
rp), 
intent(inout) :: au(xh%lx, xh%ly, xh%lz, msh%nelv)
 
  110       real(kind=
rp), 
intent(inout) :: av(xh%lx, xh%ly, xh%lz, msh%nelv)
 
  111       real(kind=
rp), 
intent(inout) :: aw(xh%lx, xh%ly, xh%lz, msh%nelv)
 
  112       real(kind=
rp), 
intent(in) :: u(xh%lx, xh%ly, xh%lz, msh%nelv)
 
  113       real(kind=
rp), 
intent(in) :: v(xh%lx, xh%ly, xh%lz, msh%nelv)
 
  114       real(kind=
rp), 
intent(in) :: w(xh%lx, xh%ly, xh%lz, msh%nelv)
 
 
Coefficients defined on a given (mesh, ) tuple. Arrays use indices (i,j,k,e): element e,...