From 51a8bc6edb3028a14de7213d2534c92606db53fe Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Mon, 20 Jan 2020 18:16:24 +0100 Subject: [PATCH] Changed TOC --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 83ed9e4..54c9ab5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ - [ Neighbour Ordering Convention. ](#noc) - [ Inexistent Neighbour Convention. ](#inc) - [ MatrixElementCalculator. ](#mec) + - [ RK4Buffer. ](#rk4b) - [ Rk4Stepper. ](#rk4s) + - [ SystemParameters. ](#sysparams) + - [ System. ](#system) @@ -298,6 +301,7 @@ the individual functions correctly to accomodate the correct neighbours. other updates need to be taken care of. - Arguments: Force functional, Drum vector, Adjacency vector, time step, start time of current step +<a name="sysparams"></a> ### `SystemParameters` (system_parameters.hpp), holds system parameters 1. Template arguments - `coupler_t`: Coupler type @@ -307,6 +311,7 @@ the individual functions correctly to accomodate the correct neighbours. - `driver`: The driver_t object of the system - `adjacency_vector`: A `std::vector<std::vector<int> >` representing the adjacency vector +<a name="system"></a> ### `System` (system.hpp), holds all parts together 1. Template arguments - `value_t`: Scalar type -- GitLab