| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Base abstract type for computing the advection operator. More...

Public Member Functions | |
| procedure(compute_adv), deferred, pass | compute (this, vx, vy, vz, fx, fy, fz, xh, coef, n, dt) | 
| procedure(compute_scalar_adv), deferred, pass | compute_scalar (this, vx, vy, vz, s, fs, xh, coef, n, dt) | 
| procedure(advection_free), deferred, pass | free (this) | 
Definition at line 46 of file advection.f90.
      
  | 
  pure virtual | 
Definition at line 48 of file advection.f90.
      
  | 
  pure virtual | 
Definition at line 49 of file advection.f90.
      
  | 
  pure virtual | 
Definition at line 50 of file advection.f90.