| procedure(ax_compute_vector), deferred, pass ax_product::ax_t::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(in)  | 
          u,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(in)  | 
          v,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(in)  | 
          w,  | 
         
        
           | 
           | 
          type(coef_t), intent(in)  | 
          coef,  | 
         
        
           | 
           | 
          type(mesh_t), intent(in)  | 
          msh,  | 
         
        
           | 
           | 
          type(space_t), intent(in)  | 
          xh  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtualinherited   |