You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation: the available file formats are now listed as a separate Doxygen group.
CI: for PRs, only the tests affected by changes in the PR are built and run in order to speed up the workflows.
Field: Field::export now accepts r-values, which will be used to populate the values and return them again. Thus, one can now write const auto values = field.export_to(std::vector<double>{}), where auto will be std::vector<double>.
Traits: added a GridFactoryAdapter for Dune::GridFactory to the dune traits to facilitate exporting read grids into dune grids.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Features
Field::export
now accepts r-values, which will be used to populate the values and return them again. Thus, one can now writeconst auto values = field.export_to(std::vector<double>{})
, whereauto
will bestd::vector<double>
.GridFactoryAdapter
forDune::GridFactory
to the dune traits to facilitate exporting read grids into dune grids.This discussion was created from the release GridFormat v0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions