summaryrefslogtreecommitdiff
path: root/src/measurements.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-11-09 10:45:44 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-11-09 10:45:44 -0500
commitffa995abf6d7d4855818c4df23ec580d36460457 (patch)
treee54b57038896ea8531d9aa8c95bc505d6bf59fa9 /src/measurements.hpp
parent19d657b60b22159359f7a229f5a5b73e729cff79 (diff)
downloadfuse_networks-ffa995abf6d7d4855818c4df23ec580d36460457.tar.gz
fuse_networks-ffa995abf6d7d4855818c4df23ec580d36460457.tar.bz2
fuse_networks-ffa995abf6d7d4855818c4df23ec580d36460457.zip
started implementing crack stress measurements, but probably doesn't work
Diffstat (limited to 'src/measurements.hpp')
-rw-r--r--src/measurements.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/measurements.hpp b/src/measurements.hpp
index ebf79e5..c0458b5 100644
--- a/src/measurements.hpp
+++ b/src/measurements.hpp
@@ -29,6 +29,7 @@ class ma : public hooks {
uint64_t Na;
uint64_t NA;
uint64_t Nq;
+ uint64_t NS;
// measurement storage
std::vector<uint64_t> sc;
@@ -54,7 +55,13 @@ class ma : public hooks {
std::vector<uint64_t> cA;
std::vector<uint64_t> cq;
+ std::list<std::array<double, 2>> aG;
+ std::vector<double> cS;
+ std::vector<uint64_t> sp;
+
ClusterTree last_clusters;
+ current_info last_currents;
+ std::vector<bool> last_backbone;
public:
long double lv;