]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Fix Readme.md
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 10 May 2018 13:36:57 +0000 (15:36 +0200)
committerMatthias Maier <tamiko@43-1.org>
Thu, 10 May 2018 22:27:56 +0000 (17:27 -0500)
CeresFE/Readme.md

index b9b5c869d22e10106560fa9d9f2428bb74f18141..c32b0ef445b7e4d2d8b346cd1c80e99cbf627720 100644 (file)
@@ -48,13 +48,13 @@ More detailed properties of the code in CeresFE
 Description of files in repo
 ----------------------------
 
-* src/ceres.cc                                                                                         Main code
-* support_code/config_in.h                                     Reads config file and intializes system parameters
-* support_code/ellipsoid_fit.h                 Finds best-fit ellipse for surface and internal density boundaries.  Also uses deal.II
-* support_code/ellipsoid_grav.h                        Analytically computes self gravity of layered ellipsoids structure
-* support_code/local_math.h                                    Defines some constants for convenience
-* meshes/sample_CeresFE_mesh.inp               Sample input mesh
-* config/sample_CeresFE_config.cfg     Sample configurations file with simulation parameters
+* src/ceres.cc                     Main code
+* support_code/config_in.h         Reads config file and intializes system parameters
+* support_code/ellipsoid_fit.h     Finds best-fit ellipse for surface and internal density boundaries.  Also uses deal.II
+* support_code/ellipsoid_grav.h    Analytically computes self gravity of layered ellipsoids structure
+* support_code/local_math.h        Defines some constants for convenience
+* meshes/sample_CeresFE_mesh.inp   Sample input mesh
+* config/sample_CeresFE_config.cfg ample configurations file with simulation parameters
 
 Other dependencies
 ------------------
@@ -67,17 +67,8 @@ Two more code packages are necessary to run CeresFE:
 To run code
 -----------
 
-After running cmake ., add the -lconfig++ and -larmadillo tags into the CMakeCache.txt file:
-
-//Flags used by the compiler during all build types.
-CMAKE_CXX_FLAGS:STRING=-lconfig++ -larmadillo
-
-Then, run the executable with one argument, which is the config file:
-
->>src/ceres config/sample_CeresFE_config.cfg
-
-
-
-
+After running cmake and compiling, run the executable with one argument, 
+which is the config file:
 
+$ceres ${SOURCE_DIR}/config/sample_CeresFE_config.cfg
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.