Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
advection.f90 File Reference

Go to the source code of this file.

Data Types

type  advection::advection_t
 Base abstract type for computing the advection operator. More...
 
interface  advection::compute_adv
 A factory for advection_t decendants. Both creates and initializes the object. More...
 
interface  advection::compute_scalar_adv
 Add advection operator to the right-hand-side for a scalar. More...
 
interface  advection::compute_ale_adv
 Add advection operator to the right-hand-side for moving mesh. More...
 
interface  advection::advection_recompute_metrics
 Update any geometry/metric data inside the advection object. For eg., in ALE, maps the coef_GLL to coef_GL at each iteration for dealiasing. More...
 
interface  advection::advection_free
 Destructor. More...
 

Modules

module  advection
 Subroutines to add advection terms to the RHS of a transport equation.