#include <LOCA_Pitchfork_MinimallyAugmented_AbstractGroup.H>
Public Member Functions | |
AbstractGroup () | |
Default constructor. | |
virtual | ~AbstractGroup () |
Destructor. |
This abstract class provides the required interface for underlying groups to locate pitchforks using the minimally augmented pitchfork formulation (see LOCA::Pitchfork::MinimallyAugmented::ExtendedGroup for a description of the governing equations).
This class is derived from the LOCA::Pitchfork::MooreSpence::AbstractGroup and LOCA::TurningPoint::MinimallyAugmented::AbstractGroup and does not declare any new virtual methods.
Definition at line 74 of file LOCA_Pitchfork_MinimallyAugmented_AbstractGroup.H.
LOCA::Pitchfork::MinimallyAugmented::AbstractGroup::AbstractGroup | ( | ) | [inline] |
Default constructor.
Reimplemented from LOCA::Pitchfork::MooreSpence::AbstractGroup.
Definition at line 81 of file LOCA_Pitchfork_MinimallyAugmented_AbstractGroup.H.
virtual LOCA::Pitchfork::MinimallyAugmented::AbstractGroup::~AbstractGroup | ( | ) | [inline, virtual] |
Destructor.
Reimplemented from LOCA::Pitchfork::MooreSpence::AbstractGroup.
Definition at line 84 of file LOCA_Pitchfork_MinimallyAugmented_AbstractGroup.H.