Reaktoro
A unified framework for modeling chemically reactive systems

A class that defines the mesh for TransportSolver. More...

#include <TransportSolver.hpp>

Public Member Functions

 Mesh (Index num_cells, double xl=0.0, double xr=1.0)
 
auto setDiscretization (Index num_cells, double xl=0.0, double xr=1.0) -> void
 
auto numCells () const -> Index
 
auto xl () const -> double
 
auto xr () const -> double
 
auto dx () const -> double
 
auto xcells () const -> VectorConstRef
 

Detailed Description

A class that defines the mesh for TransportSolver.


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