22#ifndef EXADG_INCOMPRESSIBLE_NAVIER_STOKES_PRECURSOR_USER_INTERFACE_IMPLEMENT_GET_APPLICATION_H_
23#define EXADG_INCOMPRESSIBLE_NAVIER_STOKES_PRECURSOR_USER_INTERFACE_IMPLEMENT_GET_APPLICATION_H_
31template<
int dim,
typename Number>
32std::shared_ptr<ApplicationBase<dim, Number>>
33get_application(std::string input_file, MPI_Comm
const & comm)
35 return std::make_shared<Application<dim, Number>>(input_file, comm);