hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::pde Namespace Reference

This namespace contains classes representing the different PDEs Hexed can solve. More...

Classes

class  Advection
 
class  Fix_therm_admis
 
class  Navier_stokes
 
class  Smooth_art_visc
 

Functions

constexpr int tss_offset (int n_dim)
 
constexpr int bulk_av_offset (int n_dim)
 
constexpr int laplacian_av_offset (int n_dim)
 
constexpr int forcing_offset (int n_dim)
 
constexpr int advection_offset (int n_dim)
 

Detailed Description

This namespace contains classes representing the different PDEs Hexed can solve.

They are all possible arguments to the Spatial class template. They define the organization of the state data, fluxes, and speeds of information propagation for computing time steps.