Dune::Copasi
|
#include <dune/copasi/common/exceptions.hh>
#include <dune/copasi/grid/cell_data.hh>
#include <dune/copasi/concepts/grid.hh>
#include <dune/grid/common/rangegenerators.hh>
#include <spdlog/spdlog.h>
#include <dune/common/exceptions.hh>
#include <dune/common/parametertree.hh>
#include <vector>
#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
namespace | Dune::Copasi |
Functions | |
template<Dune::Concept::GridView GV, class T > | |
void | Dune::Copasi::cell_data_parser (const ParameterTree &grid_config, CellData< GV, T > &cell_data) |
Parse data file with cell data and add its values to cell data. | |