Page MenuHomec4science

BashforthSecondStep.h
No OneTemporary

File Metadata

Created
Sun, Oct 20, 07:54

BashforthSecondStep.h

#ifndef PCSC_VECTORIALODE_GROUP15_BASHFORTHSECONDSTEP_H
#define PCSC_VECTORIALODE_GROUP15_BASHFORTHSECONDSTEP_H
#include "Bashforth.h"
/**
* \brief
*/
class BashforthSecondStep : public Bashforth
{
public:
BashforthSecondStep(Input &input, Solution &solution); //Constructor
void SolveVectorialODE() override; //Definition of the virtual inherited method to solve the ODE using Bashforth one step method
};
#endif //PCSC_VECTORIALODE_GROUP15_BASHFORTHSECONDSTEP_H

Event Timeline