SPH
Public Member Functions | List of all members
SodBc Class Reference
Inheritance diagram for SodBc:
IBoundaryCondition Polymorphic

Public Member Functions

 SodBc (const SodConfig &sod)
 
virtual void initialize (Storage &storage) override
 Applies the boundary conditions before the derivatives are computed. More...
 
virtual void finalize (Storage &storage) override
 Applies the boundary conditions after the derivatives are computed. More...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 67 of file Sod.cpp.

Constructor & Destructor Documentation

◆ SodBc()

SodBc::SodBc ( const SodConfig sod)
inline

Definition at line 73 of file Sod.cpp.

Member Function Documentation

◆ finalize()

virtual void SodBc::finalize ( Storage storage)
inlineoverridevirtual

Applies the boundary conditions after the derivatives are computed.

Called every time step after equations are evaluated (finalized).

Implements IBoundaryCondition.

Definition at line 81 of file Sod.cpp.

◆ initialize()

virtual void SodBc::initialize ( Storage storage)
inlineoverridevirtual

Applies the boundary conditions before the derivatives are computed.

Called every time step after equations are initialized.

Implements IBoundaryCondition.

Definition at line 76 of file Sod.cpp.


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