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

sort by:
Revision Author Date Message Commit Date
1a15ec3 [insitu] Added OGS_INSITU as CMake option. 23 March 2017, 10:32:00 UTC
ab10a64 [insitu] Corrected CoProcess-calls to be indep. of OGS output config. Note: The last time is always outputted and may be outputted two times if the config marks it to output. E.g. - num timesteps: 10 - output every second time step --> last time step is outputted twice 23 March 2017, 10:32:00 UTC
97cdec4 [insitu] Clang-format. 23 March 2017, 10:32:00 UTC
b60eb01 Updated Tests/Data 23 March 2017, 10:32:00 UTC
250d7bb [DE] Fixed compile error due to VTK 7.1 23 March 2017, 10:32:00 UTC
ac32d12 [insitu] Replaced NULL with nullptr. 23 March 2017, 10:32:00 UTC
305be39 [insitu] Fixed number of array components. Clarified save-parameter usage in vtkAOSDataArrayTemplate::setArray(). 23 March 2017, 10:32:00 UTC
ecb0160 [Travis] Use system Boost and VTK. 23 March 2017, 10:32:00 UTC
efda308 [CMake] Removed duplicate Visual C++ compiler flag. 23 March 2017, 10:32:00 UTC
5663f22 [insitu] Fix linking of testrunner. 23 March 2017, 10:32:00 UTC
ad3095c New minimum VTK version is VTK 7.1 23 March 2017, 10:32:00 UTC
5649e20 [insitu] Check for initialization. 23 March 2017, 10:32:00 UTC
4da2542 [insitu] Fixed ConfigTree error message. 23 March 2017, 10:32:00 UTC
5ebc14c [insitu] Removed VtkMappedPropertyVectorTemplate. This introduces a possible problem as the Vtk array wrapper around properties is not const and therefore the properties can be modified by using this wrapper. 23 March 2017, 10:32:00 UTC
8ea84ab [insitu] Repl. VtkMappedPropertyVectorTemplate by reg. vtkDataArrays. Regular VTK data arrays are derived from vtkAOSDataArrayTemplate. It is sufficient for non-copy memory access to pass a pointer from our PropertyVector to the vtk data array. 23 March 2017, 10:32:00 UTC
b9dd446 [insitu] WIP implementation of insitu vis. 23 March 2017, 10:32:00 UTC
3d2354a [insitu] Added instr. how to build with PVs Catalyst lib. 23 March 2017, 10:32:00 UTC
69149c4 [CMake] Update usage of Catalyst (VTK Insitu). 23 March 2017, 10:32:00 UTC
1673c2d [NL] Fix comment typo. 22 March 2017, 15:35:11 UTC
a42d1aa [MeL] Make Node::setID protected instead of privat. This is needed for the GMSH interface. 21 March 2017, 13:12:14 UTC
8f5d790 Merge pull request #1748 from endJunction/FixEhlersSOdotSProduct [MatL] Correct s_odot_s() product for 2D cases. 17 March 2017, 14:48:25 UTC
5f6f3a5 [MatL] Ehlers: Extend doxygen documentation. 17 March 2017, 11:54:17 UTC
7ab8ebd [MatL] Ehlers: Fix function naming. sOdotS() now. 17 March 2017, 11:54:17 UTC
8ab416b [MatL] Correct s_odot_s() product for 2D cases. 17 March 2017, 11:54:17 UTC
6a267ae Merge pull request #1745 from TomFischer/PartitionArray [HPC] Partition PropertyVectors and read partitioned PropertyVectors 17 March 2017, 07:38:03 UTC
a17a986 [MeL/IO/MPI_IO] Communicate check results to all other. 17 March 2017, 06:04:55 UTC
87dd91f [A/U/MP] Readability: element_status -> is_regular_element 17 March 2017, 06:04:55 UTC
d20af8a [A/U/MP] Move check in copyPropertyVector. 17 March 2017, 06:04:54 UTC
1c2a2f1 [A/U/MP] Impl. writePropertyVectorBinary. 17 March 2017, 06:04:54 UTC
822075d [A/U/MP] Use fillPropertyVectorMetaDataTypeInfo. 17 March 2017, 06:04:54 UTC
01b2fb3 [MeL/IO/MPI_IO] Add fillPropertyVectorMetaDataTypeInfo. 17 March 2017, 06:04:54 UTC
7b9e5a0 [A/U/MP] Refactor splitOfHigherOrderNode. 17 March 2017, 06:04:54 UTC
44afd14 [A/U/MP] Remove debug code. 17 March 2017, 06:04:40 UTC
c80b614 [A/U/MP] Do not write smth if there aren't props. 17 March 2017, 06:04:26 UTC
6e7c471 [A/U/MP] Refactored copyPropertyVector. 17 March 2017, 05:59:33 UTC
2dfc663 [MeL/IO/MPI_IO] Only debug output. 17 March 2017, 05:59:33 UTC
48808db [MeL/IO/MPI_IO] Add readPropertiesBinary and createPropertyVectorPart. 17 March 2017, 05:59:33 UTC
b8479da [MeL/IO/MPI_IO] Use function to read PartitionMetaData. 17 March 2017, 05:59:33 UTC
1552813 [MeL/IO/MPI_IO] Read partitioned properties. 17 March 2017, 05:59:33 UTC
64be44d [A/U/MP] Only debug output. 17 March 2017, 05:59:33 UTC
4b2fbaf Add debug output. 17 March 2017, 05:59:33 UTC
ea08096 [A/U/MP] Implement NodeWiseMeshPartitioner::processProperties. 17 March 2017, 05:59:33 UTC
cb6ec8c [A/U/MP] Refactor NodeWiseMeshPartitioner::partitionByMETIS. The refactorization is the first step to also partition PropertyVectors by the same schema. 17 March 2017, 05:59:33 UTC
f980628 [A/U/MP] Write all values (inclusive ghost vals). 17 March 2017, 05:59:32 UTC
642c0de [A/U/MP] Use readPropertyVectorPartitionMetaData(). 17 March 2017, 05:59:32 UTC
f223911 [A/U/MP] Set offset value in PartitionMetaData. 17 March 2017, 05:59:32 UTC
83e8cc0 [A/U/MP] Impl. and use writePropertyVectorValuesBinary. 17 March 2017, 05:59:32 UTC
ce09407 [A/U/MP] R/w tuple # in NodeWiseMeshPartitioner. 17 March 2017, 05:59:32 UTC
3335aad [A/U/MP] Write and read number of PropertyVectors. 17 March 2017, 05:59:32 UTC
28b9499 [A/U/MP] For debugging: readPropertiesConfigDataBin. 17 March 2017, 05:59:32 UTC
e0de25f [A/U/MP] Include properties in partition tool. 17 March 2017, 05:59:32 UTC
5715e46 [MeL/IO/MPI_IO] Impl. PropertyVectorMetaData. 17 March 2017, 05:59:32 UTC
2a9e354 Merge pull request #1750 from endJunction/ShapeFunctionTests Fix Hex20 shape functions; Add partition of unity tests. 16 March 2017, 16:37:53 UTC
90964e7 [T] Move operator<<() for std::array to ACTools.h. 16 March 2017, 15:48:21 UTC
b61cd6c [T] Move AutoCheckTools.h to Tests/. It is used by more than few tests now. 16 March 2017, 15:48:21 UTC
908c044 [NL] Fix Hex20 shape functions computation. 16 March 2017, 15:48:21 UTC
a740892 [T] Add GWF second order Hex20 ctest. 16 March 2017, 15:48:20 UTC
1460a19 [T] Add ShapeFunction partition of unity tests. 16 March 2017, 15:48:20 UTC
e1abfd4 Merge pull request #1740 from TomFischer/UpdateRichardsFlow [PL] Add output of darcy velocity to RichardsFlow process. 16 March 2017, 08:25:05 UTC
32eb245 [PL/Richards] Add computeSecondaryVariableConcrete. Implements the computation of darcy velocity as a seconday variable based on the pressure values of the current time step. 16 March 2017, 06:32:57 UTC
9733dd5 [PL/RichardsFlow] Add computeSecondaryVariableConcrete. 16 March 2017, 06:32:57 UTC
5be488e [PL/RichardsFlow] Add output of darcy velocity. 16 March 2017, 06:32:57 UTC
d63e525 Merge pull request #1749 from bilke/temp-fix-mac [Conan] Temporary fix mac conan issues related to Qt package. 14 March 2017, 20:54:29 UTC
bea5c0d [Jenkins] Completely disable mac for now. 14 March 2017, 14:00:14 UTC
e087efb [Conan] Temporary fix mac conan issues related to Qt package. The Qt package was rebuild and misses some symlinks inside its *.framework/-directories which leads to an error in copying these files. Temporary disable copying. 14 March 2017, 13:30:15 UTC
3ca062c fixed issue with loading tin-files with hash in path 10 March 2017, 06:53:32 UTC
7797c4a [Jenkins] Fix git commit status setter by removing it. 09 March 2017, 17:05:35 UTC
bac0308 Merge pull request #1739 from TomFischer/Cleanup Cleanup: Clang format, fix spelling, remove debug code, ... 09 March 2017, 10:22:51 UTC
e38cb1b [MeL] Make Node details private instead protected. 09 March 2017, 05:05:42 UTC
7a96762 [MeL] Clang format PropertyVector. 07 March 2017, 07:04:05 UTC
ecb9bb9 [MeL] Remove commented code in PropertyVector. 07 March 2017, 07:04:05 UTC
9f3e762 Clang format. 07 March 2017, 07:04:05 UTC
eff4aaf Clang format. 07 March 2017, 07:04:05 UTC
0c688a8 Clang format. 07 March 2017, 07:04:04 UTC
4451ed4 Fix spelling 07 March 2017, 07:04:04 UTC
3cf1d28 [A/U/ModelPreparation] Correct format. 07 March 2017, 07:04:04 UTC
73eff6b [A/U/MP] Rm deb. code in part. tool, NodeWiseMeshPartitioner. 07 March 2017, 07:04:04 UTC
3a84f17 [PL/LiquidFlow] Remove unused include. 07 March 2017, 05:42:14 UTC
58a7384 [MeL] Clang format NodeParitionedMesh.h. 07 March 2017, 05:42:14 UTC
bdd2fa0 Update Tests/Data. Merged EhlersDamage. 06 March 2017, 14:49:33 UTC
8ed557a Merge pull request #1713 from fparisio/ehlers_final Local isotropic damage coupled to Ehlers plasticity 06 March 2017, 12:06:06 UTC
72f7cc5 Renaming rate variables (dot-->del) 06 March 2017, 11:06:20 UTC
521a914 [MatL] Avoid multiple createEhlersDamage() defs. 06 March 2017, 11:06:20 UTC
c006bb3 Added documentation https://docs.opengeosys.org/docs 06 March 2017, 11:06:20 UTC
fa3c607 Adding parameter documentation 06 March 2017, 11:06:20 UTC
dfaf9b9 [MatL] Ehlers: Add damage state and updateDamage. 06 March 2017, 11:06:20 UTC
2a8ceb1 [T] Add three ctests for Ehlers with damage model. 06 March 2017, 11:06:20 UTC
b22cd67 Update Tests/Data. 06 March 2017, 11:06:20 UTC
78c04d6 [MatL] Ehlers: Add damage properties. 06 March 2017, 11:06:20 UTC
81cdd8d [MatL] Relax tolerance check in tr(deviator(x))=0. 06 March 2017, 11:06:20 UTC
111add1 Revert "[Conan] Added missing Boost CMake find scripts as temp. workaround." This reverts commit c90bb6b448265e517461fc263c06ee9ee5e7ea46. 06 March 2017, 08:56:16 UTC
4a7367c Merge pull request #1734 from TomFischer/ChangePropertyVector Change Properties 03 March 2017, 06:23:30 UTC
0556a63 PropertyVector::getPropertyVector already aborts. The new implementation of 'PropertyVector::getPropertyVector' already throws an OGS_FATAL in case there doesn't exist a PropertyVector with an appropriate name or the type doesn't fit. 03 March 2017, 05:07:59 UTC
5431b10 Method existsPropertyVector checks name and type. The previous code can lead to that the variable 'result' is a nullptr even the Properties object has a PropertyVector with a propriate name but a data type mismatch occurs. 03 March 2017, 05:07:59 UTC
76dba19 Check that PropertyVector exists before fetching. 03 March 2017, 05:07:59 UTC
10fc828 [MeL] Properties::getPropertyVector crashes on error. The method Properties::getPropertyVector crashes in case the requested PropertyVector does not exist or has the wrong data type. 03 March 2017, 05:01:12 UTC
08e35e9 [MeL] Add Properties::existsPropertyVector. 03 March 2017, 05:01:11 UTC
c90bb6b [Conan] Added missing Boost CMake find scripts as temp. workaround. See https://github.com/lasote/conan-boost/issues/45 01 March 2017, 16:20:37 UTC
cd07d48 [CMake] Added directory for conan specific CMake find scripts. 01 March 2017, 16:20:37 UTC
986d57e Merge pull request #1732 from bilke/vtk-array-refactor VTK 7.1 support 27 February 2017, 16:58:01 UTC
back to top