hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::pde::Advection< n_dim, row_size > Class Template Reference

#include <pde.hpp>

Classes

class  Computation
 

Public Member Functions

 Advection (double advect_length)
 
Mat< n_extrap > fetch_extrap (int stride, const double *data) const
 
void write_update (Mat< n_update > update, int stride, double *data, bool is_critical) const
 

Static Public Attributes

static constexpr bool has_diffusion = false
 
static constexpr bool has_convection = true
 
static constexpr bool has_source = true
 
static constexpr int n_state = n_dim + _n_adv
 
static constexpr int n_extrap = n_dim + _n_adv
 
static constexpr int n_update = _n_adv
 

Detailed Description

template<int n_dim, int row_size>
class hexed::pde::Advection< n_dim, row_size >

represents the nonuniform linear advection equation used in the smoothness-based artificial viscosity scheme


The documentation for this class was generated from the following file: