Public Member Functions | List of all members
CellUpdater3D Class Referenceabstract

Abstract clas for cell update scheme. More...

#include <cell_updater_3d.hpp>

Inheritance diagram for CellUpdater3D:
Inheritance graph
[legend]

Public Member Functions

virtual ComputationalCell operator() (const Conserved3D &intensive, const EquationOfState &eos) const =0
 Calculates the computational cell. More...
 
virtual ~CellUpdater3D (void)
 Class destructor.
 

Detailed Description

Abstract clas for cell update scheme.

Definition at line 16 of file cell_updater_3d.hpp.

Member Function Documentation

◆ operator()()

virtual ComputationalCell CellUpdater3D::operator() ( const Conserved3D intensive,
const EquationOfState eos 
) const
pure virtual

Calculates the computational cell.

Parameters
intensiveIntensive conserved variables (per volume)
eosEquation of state
Returns
Computational cell

Implemented in DefaultCellUpdater.


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