hexed 0.4.0
 
Loading...
Searching...
No Matches
hexed::Smooth_art_visc< n_dim, row_size > Class Template Reference

#include <Smooth_art_visc.hpp>

Classes

class  Computation
 

Public Member Functions

 Smooth_art_visc (int n_var, double diff_time, double chebyshev_step, double wall_shock_width, double shock_width_growth)
 
Mat< n_extrap > fetch_extrap (int stride, const double *data) const
 
void write_update (Mat< n_update > update, int stride, double *data, bool critical) const
 

Static Public Attributes

static constexpr bool has_diffusion = true
 
static constexpr bool has_convection = false
 
static constexpr bool has_source = true
 
static constexpr bool needs_size = false
 
static constexpr int n_state = 4 + 1
 
static constexpr int n_extrap = 3
 
static constexpr int n_update = 3
 

Detailed Description

template<int n_dim, int row_size>
class hexed::Smooth_art_visc< n_dim, row_size >

represents the uniform linear diffusion equation used in the smoothness-based artificial viscosity scheme


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