// Set to true to reset input file.
if (false)
{
- std::ofstream ofile(SOURCE_DIR "/arkode_01.prm");
+ std::ofstream ofile(SOURCE_DIR "/arkode_01_in.prm");
prm.print_parameters(ofile, ParameterHandler::ShortText);
ofile.close();
}
- std::ifstream ifile(SOURCE_DIR "/arkode_01.prm");
+ std::ifstream ifile(SOURCE_DIR "/arkode_01_in.prm");
prm.parse_input(ifile);
SUNDIALS::ARKode<VectorType> ode(data);
data.add_parameters(prm);
// Use the same parameters of test 1.
- std::ifstream ifile(SOURCE_DIR "/arkode_01.prm");
+ std::ifstream ifile(SOURCE_DIR "/arkode_01_in.prm");
prm.parse_input(ifile);
SUNDIALS::ARKode<VectorType> ode(data);
if (false)
{
- std::ofstream ofile(SOURCE_DIR "/arkode_03.prm");
+ std::ofstream ofile(SOURCE_DIR "/arkode_03_in.prm");
prm.print_parameters(ofile, ParameterHandler::ShortText);
ofile.close();
}
- std::ifstream ifile(SOURCE_DIR "/arkode_03.prm");
+ std::ifstream ifile(SOURCE_DIR "/arkode_03_in.prm");
prm.parse_input(ifile);
SUNDIALS::ARKode<VectorType> ode(data);
if (false)
{
- std::ofstream ofile(SOURCE_DIR "/arkode_04.prm");
+ std::ofstream ofile(SOURCE_DIR "/arkode_04_in.prm");
prm.print_parameters(ofile, ParameterHandler::ShortText);
ofile.close();
}
- std::ifstream ifile(SOURCE_DIR "/arkode_04.prm");
+ std::ifstream ifile(SOURCE_DIR "/arkode_04_in.prm");
prm.parse_input(ifile);
SUNDIALS::ARKode<VectorType> ode(data);
if (false)
{
- std::ofstream ofile(SOURCE_DIR "/arkode_05.prm");
+ std::ofstream ofile(SOURCE_DIR "/arkode_05_in.prm");
prm.print_parameters(ofile, ParameterHandler::ShortText);
ofile.close();
}
- std::ifstream ifile(SOURCE_DIR "/arkode_05.prm");
+ std::ifstream ifile(SOURCE_DIR "/arkode_05_in.prm");
prm.parse_input(ifile);
SUNDIALS::ARKode<VectorType> ode(data);
if (false)
{
- std::ofstream ofile(SOURCE_DIR "/arkode_06.prm");
+ std::ofstream ofile(SOURCE_DIR "/arkode_06_in.prm");
prm.print_parameters(ofile, ParameterHandler::ShortText);
ofile.close();
}
- std::ifstream ifile(SOURCE_DIR "/arkode_06.prm");
+ std::ifstream ifile(SOURCE_DIR "/arkode_06_in.prm");
prm.parse_input(ifile);
SUNDIALS::ARKode<VectorType> ode(data);
if (false)
{
- std::ofstream ofile(SOURCE_DIR "/arkode_07.prm");
+ std::ofstream ofile(SOURCE_DIR "/arkode_07_in.prm");
prm.print_parameters(ofile, ParameterHandler::ShortText);
ofile.close();
}
- std::ifstream ifile(SOURCE_DIR "/arkode_07.prm");
+ std::ifstream ifile(SOURCE_DIR "/arkode_07_in.prm");
prm.parse_input(ifile);
SUNDIALS::ARKode<VectorType> ode(data);
if (false)
{
- std::ofstream ofile(SOURCE_DIR "/arkode_08.prm");
+ std::ofstream ofile(SOURCE_DIR "/arkode_08_in.prm");
prm.print_parameters(ofile, ParameterHandler::ShortText);
ofile.close();
}
- std::ifstream ifile(SOURCE_DIR "/arkode_08.prm");
+ std::ifstream ifile(SOURCE_DIR "/arkode_08_in.prm");
prm.parse_input(ifile);
SUNDIALS::ARKode<VectorType> ode(data);
SUNDIALS::ARKode<VectorType>::AdditionalData data;
data.add_parameters(prm);
- std::ifstream ifile(SOURCE_DIR "/arkode_repeated_solve.prm");
+ std::ifstream ifile(SOURCE_DIR "/arkode_repeated_solve_in.prm");
prm.parse_input(ifile);
auto ode = std::make_unique<SUNDIALS::ARKode<VectorType>>(data);
// prm.print_parameters(ofile, ParameterHandler::ShortText);
// ofile.close();
- std::ifstream ifile(SOURCE_DIR "/ida_01.prm");
+ std::ifstream ifile(SOURCE_DIR "/ida_01_in.prm");
prm.parse_input(ifile);
// prm.print_parameters(ofile, ParameterHandler::ShortText);
// ofile.close();
- std::ifstream ifile(SOURCE_DIR "/ida_01.prm");
+ std::ifstream ifile(SOURCE_DIR "/ida_01_in.prm");
prm.parse_input(ifile);