22#ifndef EXADG_POISSON_USER_INTERFACE_IMPLEMENT_GET_APPLICATION_H_
23#define EXADG_POISSON_USER_INTERFACE_IMPLEMENT_GET_APPLICATION_H_
26#include <exadg/poisson/user_interface/application_base.h>
32template<
int dim,
int n_components,
typename Number>
33std::shared_ptr<ApplicationBase<dim, n_components, Number>>
34get_application(std::string input_file, MPI_Comm
const & comm)
36 return std::make_shared<Application<dim, n_components, Number>>(input_file, comm);