Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • podlesny/dune-tectonic
  • agnumpde/dune-tectonic
2 results
Show changes
File moved
......@@ -4,7 +4,7 @@
#include <dune/common/bitsetvector.hh>
template <class Alloc>
bool toBool(Dune::BitSetVectorConstReference<1, Alloc> x) {
bool toBool(const Dune::BitSetVectorConstReference<1, Alloc> x) {
return x[0];
}
#endif
------------
-- ToDo --
------------
1. LevelContactNetwork
1. build n-body system
Data structure: LevelContactNetwork
Factories: StackedBlocksFactory
- extend to multilevel LevelContactNetwork
- write new multilevel Cantor network factory
2. initialize/set up program state
Data structure: ProgramState
- test setupInitialConditions()
3. assemble RSD friction
4. set up TNNMG solver
- rate updater
- state updater
5. adaptive time stepper