From ab20b3061e7e9ffb5b95c6b3ba9c9d39ceb80858 Mon Sep 17 00:00:00 2001 From: jackieyao0114 Date: Wed, 22 May 2024 11:23:44 -0700 Subject: [PATCH] updated README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d643a8d1..d231d2429 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,12 @@ ARTEMIS (Adaptive mesh Refinement Time-domain ElectrodynaMIcs Solver) is a high- ## Build Make sure that the AMReX and Artemis are cloned in the same location in their filesystem. Navigate to the Exec folder of Artemis and execute ```make -j 4```.
-You can turn on and off the LLG equation by specifying ```USE_LLG``` during compilation. The following command compiles Artemis without LLG -```make -j 4 USE_LLG=FALSE``` +You can turn on and off the LLG equation by specifying ```USE_LLG``` during compilation.
+The following command compiles Artemis without LLG +```make -j 4 USE_LLG=FALSE```
The following command compiles Artemis with LLG -```make -j 4 USE_LLG=TRUE``` -The default value of ```USE_LLG``` is ```TRUE``` +```make -j 4 USE_LLG=TRUE```
+The default value of ```USE_LLG``` is ```TRUE```. # Running Artemis Example input scripts are located in `Examples` directory.