#include <HeatSource.hh>
#include <deal.II/base/mpi.h>
#include <boost/property_tree/ptree.hpp>
#include <memory>
#include <vector>
Go to the source code of this file.
|
| template<int dim> |
| std::vector< std::shared_ptr< HeatSource< dim > > > | adamantine::get_bounding_heat_sources (std::vector< boost::property_tree::ptree > const &database_ensemble, MPI_Comm global_communicator) |
| |
| std::vector< boost::property_tree::ptree > | adamantine::create_database_ensemble (boost::property_tree::ptree const &database, MPI_Comm local_communicator, unsigned int first_local_member, unsigned int local_ensemble_size, unsigned int global_ensemble_size) |
| |