#include <deal.II/base/point.h>
#include <deal.II/dofs/dof_handler.h>
#include <deal.II/lac/la_parallel_vector.h>
#include <boost/property_tree/ptree.hpp>
Go to the source code of this file.
|
| template<int dim> |
| std::vector< PointsValues< dim > > | adamantine::read_experimental_data_point_cloud (MPI_Comm const &communicator, boost::property_tree::ptree const &experiment_database) |
| |
| template<int dim> |
| std::pair< std::vector< dealii::types::global_dof_index >, std::vector< dealii::Point< dim > > > | adamantine::get_dof_to_support_mapping (dealii::DoFHandler< dim > const &dof_handler) |
| |
| template<int dim> |
| std::pair< std::vector< int >, std::vector< int > > | adamantine::get_expt_to_dof_mapping (PointsValues< dim > const &points_values, dealii::DoFHandler< dim > const &dof_handler) |
| |
| template<int dim> |
| void | adamantine::set_with_experimental_data (MPI_Comm const &communicator, PointsValues< dim > const &points_values, std::pair< std::vector< int >, std::vector< int >> &expt_to_dof_mapping, dealii::LinearAlgebra::distributed::Vector< double > &temperature, bool verbose_output) |
| |
| std::vector< std::vector< double > > | adamantine::read_frame_timestamps (boost::property_tree::ptree const &experiment_database) |
| |