Public Member Functions | List of all members
SimpleCellUpdater1D Class Reference

A simple cell updater. More...

#include <cell_updater_1d.hpp>

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

Public Member Functions

 SimpleCellUpdater1D (void)
 Class constructor.
 
vector< ComputationalCelloperator() (const PhysicalGeometry1D &pg, const vector< Extensive > &extensives, const SimulationState1D &old, const EquationOfState &eos) const
 Updates cells. More...
 

Detailed Description

A simple cell updater.

Definition at line 40 of file cell_updater_1d.hpp.

Member Function Documentation

◆ operator()()

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

Updates cells.

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

Implements CellUpdater1D.

Definition at line 53 of file cell_updater_1d.cpp.


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