Public Member Functions | List of all members
CellUpdater1D Class Referenceabstract

Abstract class for the cell update scheme. More...

#include <cell_updater_1d.hpp>

Inheritance diagram for CellUpdater1D:
Inheritance graph
[legend]

Public Member Functions

virtual vector< ComputationalCelloperator() (const PhysicalGeometry1D &pg, const vector< Extensive > &extensives, const SimulationState1D &old, const EquationOfState &eos) const =0
 Updates cells. More...
 

Detailed Description

Abstract class for the cell update scheme.

Definition at line 20 of file cell_updater_1d.hpp.

Member Function Documentation

◆ operator()()

virtual vector<ComputationalCell> CellUpdater1D::operator() ( const PhysicalGeometry1D pg,
const vector< Extensive > &  extensives,
const SimulationState1D old,
const EquationOfState eos 
) const
pure virtual

Updates cells.

Parameters
pgPhysical geometry
extensivesExtensive variables
oldOld cells
eosEquation of state
Returns
New computational cells

Implemented in SimpleCellUpdater1D.


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