Public Member Functions | List of all members
DefaultCellUpdater Class Reference

Default scheme for cell update. More...

#include <default_cell_updater.hpp>

Inheritance diagram for DefaultCellUpdater:
Inheritance graph
[legend]
Collaboration diagram for DefaultCellUpdater:
Collaboration graph
[legend]

Public Member Functions

 DefaultCellUpdater (void)
 Class constructor.
 
ComputationalCell operator() (const Conserved3D &intensive, const EquationOfState &eos) const
 Calculates the computational cell. More...
 
- Public Member Functions inherited from CellUpdater3D
virtual ~CellUpdater3D (void)
 Class destructor.
 

Detailed Description

Default scheme for cell update.

Definition at line 12 of file default_cell_updater.hpp.

Member Function Documentation

◆ operator()()

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

Calculates the computational cell.

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

Implements CellUpdater3D.

Definition at line 6 of file default_cell_updater.cpp.

Here is the call graph for this function:

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