https://gitlab.opengeosys.org/ogs/ogs.git

sort by:
Revision Author Date Message Commit Date
d6e044a The RPATH is now set to the binaries location on Linux. See http://www.cmake.org/Wiki/CMake_RPATH_handling 02 March 2015, 07:43:45 UTC
c7de650 Recursive library resolving should find all necessary libs. 27 February 2015, 16:58:32 UTC
33579f1 Exclude system dependencies on Windows as well. 27 February 2015, 16:32:16 UTC
7b78d76 Merge pull request #619 from bilke/InstallDependencies Install dependencies for ogs cli 27 February 2015, 14:36:49 UTC
e00620f Merge pull request #618 from rinkk/StationProperties Removal of station properties 27 February 2015, 14:36:20 UTC
d88a16b When packaging ogs-cli its dependencies get packaged as well. - Extracted dependency resolution from DataExplorer.cmake into a macro - Call macro for ogs-cli and Data Explorer 27 February 2015, 11:54:40 UTC
64d1e0e Boost program_options is currently not used. 27 February 2015, 11:54:09 UTC
8cf2f95 removed station properties and all connected functionality and dialogs 27 February 2015, 11:42:27 UTC
992e428 Merge pull request #615 from endJunction/CorrectTriangleGaussIntegration Correct triangle Gauss integration 27 February 2015, 05:15:45 UTC
cdbc540 Move GaussIntegrationPolicy to LocalDataInitilizer. This also fixes the wrong integration scheme for triangle elements. 26 February 2015, 15:49:56 UTC
1e69d2f [NL] Missing include. 26 February 2015, 15:44:40 UTC
580894a Merge pull request #614 from ufz/rinkk-patch-1 [Fix] avoid segfault in triangulation tool if no surface vector exists 25 February 2015, 14:41:22 UTC
60ec002 [Fix] avoid segfault in triangulation tool if no surface vector exists 25 February 2015, 14:39:41 UTC
21e27eb Merge pull request #612 from endJunction/CorrectNamespaceNameMeshGeoTools Correct MeshGeoTools references to MeshGeoToolsLib. 25 February 2015, 13:14:22 UTC
e9e087c Correct MeshGeoTools references to MeshGeoToolsLib. 25 February 2015, 11:33:21 UTC
1143837 [T] Remove non-required typename keyword. In c++11 the typename is allowed but not required in non-template contexts (http://stackoverflow.com/questions/19225458/error-c2899-typename-cannot-be-used-outside-a-template-declaration). This is not supported by currently used visual studio compiler. 24 February 2015, 14:55:52 UTC
896e7ad Merge pull request #599 from endJunction/DofTableSubset DOF table subset 24 February 2015, 13:32:48 UTC
3736bf5 [MeL] Replace throw with assert in getNodeID, getElementID. 24 February 2015, 13:27:43 UTC
e6304e5 [MeL] Move selectNodes to MeshSearcher.h. 24 February 2015, 13:27:43 UTC
8ac1269 [AL] Better name for component id. 24 February 2015, 13:27:43 UTC
b84d553 [AL] Pass MeshComponentMap by rvalue to avoid copy. 24 February 2015, 13:27:43 UTC
0e3b552 [AL] Document deriveBoundaryConstrainedMap(). 24 February 2015, 13:27:43 UTC
b543c3d [AL] Move implementation details into cpp. 24 February 2015, 13:27:43 UTC
7491000 [ML] Rename getIntersectionByNodes. Documentation. 24 February 2015, 13:27:43 UTC
ec6450e Fixed directory creation in archive-data target. 24 February 2015, 12:35:47 UTC
39cb258 Merge pull request #611 from bilke/archive-data Added build target archive-data on Linux / Mac. 24 February 2015, 11:25:25 UTC
578ff77 Merge pull request #610 from wenqing/travis_test [CM] Fixed MPITest on travis. 24 February 2015, 10:44:13 UTC
9ce70e8 Added zip-packaging. 24 February 2015, 10:34:41 UTC
74b5dd1 Merge pull request #585 from TomFischer/ResetMaterialPropertiesInPolygonalRegion Small util to reset properties in polygonal region. 24 February 2015, 10:17:14 UTC
e240568 Added build target archive-data on Linux / Mac. This targets creates a gzipped tar of all files in Tests/Data. Symlinks are resolved and files are stored with their correct name. Requirements: - realpath 24 February 2015, 09:37:59 UTC
4a5549b [U] Removed whitespace before first parameter for consistency. 24 February 2015, 08:25:03 UTC
b5c18cc [U] Corrected documentation. 24 February 2015, 08:22:26 UTC
6e60244 [GL] New function rotatePolygonToXY(). 24 February 2015, 08:22:26 UTC
081a7cf [U] Added includes. 24 February 2015, 08:22:26 UTC
769619d [U] Using polygon name instead of id. 24 February 2015, 08:22:26 UTC
5a11a08 [U] Removed unnecessary output. 24 February 2015, 08:22:26 UTC
d9a2033 [U] Description outputted in command line. 24 February 2015, 08:22:26 UTC
eae5df5 [U] Using writeMeshToFile instead of VtuInterface. 24 February 2015, 08:22:26 UTC
f90e268 [U] Changed return value to more readable one. 24 February 2015, 08:22:26 UTC
a988947 [U] size_t -> std::size_t. 24 February 2015, 08:22:25 UTC
110aa9f [U] Removed "Material" from utility name. 24 February 2015, 08:22:25 UTC
1af839b [U] Rename method to a more general name. 24 February 2015, 08:22:25 UTC
39061f4 [U] Removed unnecessary objects. 24 February 2015, 08:22:25 UTC
86cbdb5 Changed name of util. Aim was a better description of the algorithm. 24 February 2015, 08:22:25 UTC
973e658 [U] Using new VtkIO instead of BoostVtuInterface. 24 February 2015, 08:22:25 UTC
527ac35 [Utils] Util to change material properties outside a polygonal region. 24 February 2015, 08:22:25 UTC
1013d78 Merge pull request #609 from norihiro-w/fix-feflow-import Fix a bug in FEFLOW import 24 February 2015, 08:18:30 UTC
f474c8f [CM] Fixed MPITest on travis. 23 February 2015, 16:38:24 UTC
c6c666d Merge pull request #604 from endJunction/CleanupVectorMatrixBuilder Cleanup vector matrix builder 23 February 2015, 13:20:33 UTC
8f2160a [AL] Use unsigned in Element.getNode() access. 23 February 2015, 11:08:03 UTC
31c1071 [AL] Spelling in documentation. 23 February 2015, 10:56:18 UTC
3d109b2 [AL] Use std::size_t for vector indices. 23 February 2015, 10:56:18 UTC
f7bc6bf [T] Remove commented debug lines. 23 February 2015, 10:56:18 UTC
fa4187c [T] Add LocalToGlobalIndexMap Subsets test. 23 February 2015, 10:56:18 UTC
0322e4f [MeL] ComponentSelector 23 February 2015, 10:56:18 UTC
a85a80d [FEFLOW] use writeMeshToFile 23 February 2015, 10:48:32 UTC
3330e30 [FEFLOW] use absolute dir for includes 23 February 2015, 10:48:19 UTC
5c65600 [FEFLOW] fix a bug in reading node coordinates under supermesh section. The dimension of the coords may not be equal to the dimension of the problem. 23 February 2015, 10:46:43 UTC
2477611 [T] Add LocalToGlobalIndexMap NumberOfRows test. 23 February 2015, 10:43:35 UTC
edaa3fb [AL] Improve const correctness. 23 February 2015, 10:43:35 UTC
a6c2034 LocalToGlobalIndexMap::deriveBoundaryConstrainedMap 23 February 2015, 10:43:35 UTC
b21ae2a [AL] Private ctor for internally created maps. 23 February 2015, 10:43:35 UTC
214faef [AL] Add operator<< for LocalToGlobalIndexMap. 23 February 2015, 10:43:35 UTC
85507e5 [AL] Print dict size in MeshComponentMap::op<<. 23 February 2015, 10:43:02 UTC
4cadf04 [T] Add test for MeshComponentMap::getSubset(). 23 February 2015, 10:43:02 UTC
33b281a [AL] Add getSubset to MeshComponentMap. 23 February 2015, 10:43:02 UTC
ec6da34 Merge pull request #608 from bilke/ptree2json More verbose error output when reading GML files 23 February 2015, 07:26:51 UTC
789f7a2 Fixed include order. 23 February 2015, 05:58:06 UTC
07e3a3f [AL] Add private MeshComponentMap ctor. 20 February 2015, 11:32:55 UTC
a34e177 [AL] MeshComponentMap::getLine(). 20 February 2015, 11:32:55 UTC
74411f7 [MeL] MeshSubset::getElementID(). 20 February 2015, 11:32:55 UTC
77556a8 [T] MeshSubset::setIntersectionByNodes test. 20 February 2015, 11:32:55 UTC
16d410a [MeL] Add MeshSubset::setIntersectionByNodes(). 20 February 2015, 11:32:55 UTC
04e95be Indentation. 20 February 2015, 07:56:23 UTC
1cf9e31 More verbose error output when reading GML files. When attributes are missing the corresponding element is outputted in a JSON representation. Therefore I added BaseLib::propertyTreeToString(boost::property_tree::ptree const& tree) Fixes #590. 19 February 2015, 10:25:38 UTC
ae5dcd5 Merge pull request #605 from bilke/editor-config Use editorconfig 19 February 2015, 07:51:57 UTC
597d3d1 [T] Improve variable naming. 18 February 2015, 12:44:17 UTC
b8c801c Merge pull request #603 from endJunction/ExtractFindGlobalIndices Extract findGlobalIndices() method in LocalToGlobalIndexMap. 18 February 2015, 09:46:38 UTC
95e59c9 [A] Reorder VMBuilder/Executor/Setup in NumericsConfig.h. 18 February 2015, 09:06:28 UTC
7c3f369 [T] Remove specialisations of SerialVectorMatrixBuilder. These are handled by NumericsConfig.h for usual cases. Explicit instantiation in the test. 18 February 2015, 09:06:28 UTC
8994dcf [T] Replace SerialDenseSetup by NumericsConfig. 18 February 2015, 09:06:28 UTC
38d1640 [T] Access solution vector via vector interface. Avoid pointer access. 18 February 2015, 09:06:28 UTC
7634a7c [T] Change template argument name. 18 February 2015, 09:06:28 UTC
53acc4a [AL] Pass arbitrary arguments to vector/matrix ctor. This allows for implementation specific arguments of the constructors to be passed in this interface. 18 February 2015, 09:06:28 UTC
10d71de Added markdown settings. 18 February 2015, 08:51:06 UTC
f79a361 Added editorconfig config file. See http://editorconfig.org 18 February 2015, 08:44:59 UTC
5f51532 Updated submodule ThirdParty/VtkFbxConverter. 18 February 2015, 08:35:48 UTC
47fafc0 [T] Typo. 17 February 2015, 10:53:43 UTC
062dcff [AL] Extract findGlobalIndices() method. This is used in the constructor. 13 February 2015, 14:47:36 UTC
243ef79 Merge pull request #600 from endJunction/testrunner-invocation Made the invocation of the testrunner more consistent 12 February 2015, 13:53:09 UTC
e5b951c [T] For OGS_USE_PETSC exclude AssemblerLib tests. The tests are excluded for the tests target. The AssemblerLib tests reqiure special handling when compiling with PETSc. 12 February 2015, 13:18:20 UTC
41f03ca Made the invocation of the testrunner more consistent. CMake code defined in IF(DEFINED ENV{CI}) is executed on Jenkins and Travis only. 12 February 2015, 12:24:31 UTC
eb87286 Merge pull request #598 from norihiro-w/dont-use-vtk add OGS_DONT_USE_VTK option to CMake 12 February 2015, 09:41:03 UTC
e543107 add OGS_DONT_VTK option 11 February 2015, 15:44:33 UTC
3ae287f Merge pull request #597 from bilke/cmake-lower-case Lower-case CMake function names. Cleanup. 11 February 2015, 14:09:03 UTC
f177bb4 Removed extraneous whitespace. 11 February 2015, 09:30:03 UTC
69ff726 Merge pull request #596 from rinkk/GeoWriter [Fix] Several issues with GMSH geo file export 10 February 2015, 16:52:15 UTC
1016cda Merge pull request #572 from norihiro-w/new-imp-ele [MeL] Replacement of element classes with TemplateElement<Rule> 10 February 2015, 15:03:28 UTC
ff64242 Empty endblock statements in CMake. Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed 10 February 2015, 14:29:41 UTC
f0034a6 Changed to lower-case function naming in CMake. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed 10 February 2015, 14:29:33 UTC
back to top