Dune::Copasi
Loading...
Searching...
No Matches
Namespaces | Functions
cell_data_parser.hh File Reference
#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>
Include dependency graph for cell_data_parser.hh:
This graph shows which files directly or indirectly include this file:

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.