From 2d7dddc170de82e93922659068de464acb9221e6 Mon Sep 17 00:00:00 2001 From: August Brandberg <67482068+abrandberg@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:09:50 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b4dc9d..bb2181b 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,18 @@ This can be used to study the effect of ## How do I get set up? -1. Clone this repository. -2. Download the conventient tensor manipulation library +1. Clone or download this repository. +2. This repository uses the tensor manipulation library MMTensor, originally hosted at Maarten Moesen (2020). MMTensor 1.0 (https://www.mathworks.com/matlabcentral/fileexchange/32891-mmtensor-1-0). -3. Put MMTensor in the path of MATLAB. + + A copy of this repository is hosted on Github (https://github.com/abrandberg/MM_Tensor) and is included as a submodule in this repository. Submodules are not initiated by default when you clone a repository. To clone the submodule as well, you can call (while standing in the *indentationToElasticModulus* repository) + + $ git submodule init + $ git submodule update + + This will clone the submodule. + ## Where can I read more about the equations implemented? @@ -58,4 +65,4 @@ If you have a suggestion I propose that you contact me directly and I will try t ## Who do I talk to? -August Brandberg augustbr at k t h . s e. \ No newline at end of file +August Brandberg augustbr at k t h . s e. From 1facd2a6bb2229bfb41a725ee40978db4408e68c Mon Sep 17 00:00:00 2001 From: August Brandberg <67482068+abrandberg@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:50:07 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb2181b..e0213db 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,17 @@ This can be used to study the effect of ## How do I get set up? -1. Clone or download this repository. +1. Clone or download this repository. The best way is to issue + $ git clone --recurse-submodules https://github.com/abrandberg/indentationToElasticModulus.git + 2. This repository uses the tensor manipulation library MMTensor, originally hosted at Maarten Moesen (2020). MMTensor 1.0 (https://www.mathworks.com/matlabcentral/fileexchange/32891-mmtensor-1-0). - A copy of this repository is hosted on Github (https://github.com/abrandberg/MM_Tensor) and is included as a submodule in this repository. Submodules are not initiated by default when you clone a repository. To clone the submodule as well, you can call (while standing in the *indentationToElasticModulus* repository) + A copy of this repository is hosted on Github (https://github.com/abrandberg/MM_Tensor) and is included as a submodule in this repository. If you cloned the repository without recursively cloning the submodules (step 1) you can initiate the submodules manually by issuing (while standing in the *indentationToElasticModulus* repository) $ git submodule init + $ git submodule update This will clone the submodule. From f750b35e6252ada6cd2c9f28091b6b20bb9d9409 Mon Sep 17 00:00:00 2001 From: August Brandberg <67482068+abrandberg@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:50:27 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0213db..a15043d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This can be used to study the effect of ## How do I get set up? 1. Clone or download this repository. The best way is to issue + $ git clone --recurse-submodules https://github.com/abrandberg/indentationToElasticModulus.git 2. This repository uses the tensor manipulation library MMTensor, originally hosted at