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

sort by:
Revision Author Date Message Commit Date
00525f8 Use the right diff tool. 20 November 2014, 05:49:37 UTC
0dd044f Install numdiff on travis. 20 November 2014, 05:43:56 UTC
596898d Merge pull request #8 from endJunction/test-improvements Test improvements 20 November 2014, 05:33:56 UTC
c12ab8f Move up tester arguments for diff and numdiff. 18 November 2014, 17:37:13 UTC
4e7bd38 Add numdiff tester. 18 November 2014, 17:37:13 UTC
8129765 Correct comment. 18 November 2014, 17:30:26 UTC
c296ca1 Merge pull request #7 from endJunction/test-improvements Corrections for file paths in diff tester. 17 November 2014, 12:08:29 UTC
e7004fc Remove debug message. 17 November 2014, 11:02:58 UTC
5180825 Use AddTest_BINARY_PATH for simulation result file. Used in the diff tester. 13 November 2014, 15:36:18 UTC
6863860 Make AddTest::PATH relative. The new AddTest_SOURCE_PATH includes the ExternalData_SOURCE_ROOT in AddTest.cmake. 13 November 2014, 15:36:11 UTC
b7f6e36 Added mpirun-wrapper. 10 November 2014, 17:49:36 UTC
be1bdf9 Added target sync-data on envinf1 only. This copies all file from ${CMAKE_SOURCE_DIR}/../ogs6-data to /data/ogs/ogs6-data and then triggers a build on Jenkins which syncs /data/ogs6-data to opengeosys.org 10 November 2014, 17:13:33 UTC
7673476 Allow for test executable which are not targets of ogs, e.g. mpirun. 10 November 2014, 17:12:19 UTC
8bd3346 Fix travis build temporarily, tester test depends on wrapper test. 07 November 2014, 14:51:10 UTC
fa36408 Improvements for testing with external data. - flexible AddTest() parameter parsing - added parameter for - executable arguments - referenced external data files - diff data files - gives fatal errors when a requirement for a specific wrapper or tester is not met see Applications/CLI/Tests.cmake b/Applications/CLI/Tests.cmake 07 November 2014, 14:07:03 UTC
d66bffc Merge pull request #524 from endJunction/GWP Groundwater Flow Process 07 November 2014, 07:57:00 UTC
2d288fd Merge pull request #521 from endJunction/GWPLocalAsm Local assembler for GroundwaterFlowProcess and LocalDataInitializer 07 November 2014, 07:42:17 UTC
5a12f4b [PL] GW: Reset right-hand-side before assembly. 06 November 2014, 23:25:51 UTC
7a93680 [PL] Remove unused numberOfNodeComponents from Process. 06 November 2014, 23:25:51 UTC
39371c3 [PL] GW: Add debug messages in init, solve, post. 06 November 2014, 23:25:51 UTC
5731522 [PL] GW: Execute global assembler on local assemblers. 06 November 2014, 23:25:50 UTC
e938851 [PL] GW: Add global assembler. 06 November 2014, 23:25:50 UTC
8b46321 [ML] Remove size check, because eigen has no getNRows() Maybe we should choose different interface instead. 06 November 2014, 23:25:50 UTC
76d3211 [PL] GW: Add vector of local assemblers and initialization. 06 November 2014, 23:25:50 UTC
d5e0421 [PL] GW: Add LinearSolver. Make linear solver happy with identity matrix for now. Will be removed after local assemblers are called. 06 November 2014, 23:25:50 UTC
72cf956 [PL] Add global matrix and rhs/solution vectors. 06 November 2014, 23:25:50 UTC
3ef1b28 [PL] Add GlobalSetup as template to GW process. Enable parsing of processes' configs, now the types are correct. 06 November 2014, 23:25:50 UTC
42d8701 [PL] GW: correct type of n_integration_points. 06 November 2014, 23:25:41 UTC
4943242 [PL] GW: Missing includes in FEM.h. 06 November 2014, 23:25:37 UTC
e1a4a86 [PL] GW: Add noalias() for local matrix operation. 06 November 2014, 23:25:33 UTC
51f1fbf [PL] GW: Correct member variables' names. 06 November 2014, 23:25:28 UTC
4f29e1a [AL] Improve documentation. 06 November 2014, 23:25:24 UTC
92f1e5c [AL] Correct template names adding _ suffix. 06 November 2014, 23:25:20 UTC
f5e298a Correct number of integration points. Dynamic order. This corrects a bug in calculation of integration points number. Other changes allow a user to specify the integration order at runtime at initialization of the local assemblers. 06 November 2014, 13:08:54 UTC
4fdf3b1 Package also png. 05 November 2014, 17:23:02 UTC
da55cef Package also boost libs. 05 November 2014, 10:19:34 UTC
7e6c502 [NL] Add commented dynamic matrix policy. 04 November 2014, 16:50:40 UTC
36fd715 [NL] Add shape matrix reinitialization. Used for dynamic size matrices and there is almost no overhead for fixed size matrices. 04 November 2014, 16:50:40 UTC
3aa7909 [PL] Move initialization of local mat/vec to init. This also changes the locas assembler builder. The test is updated. 04 November 2014, 16:50:40 UTC
f639bed Merge pull request #527 from endJunction/support-lxly-quad-meshing Support lxly quad meshing 04 November 2014, 13:07:11 UTC
33e7d5f [PL] GW: Shorten shape_matrix names. 03 November 2014, 14:21:31 UTC
589c2e9 [PL] GW: Rename LocalAssemblerDataBase to Interface. Same change in the AssemblerLib for consistency. 03 November 2014, 14:09:23 UTC
fe31e00 [PL] GW: Store hydraulic conductivity in each elem. This shall be changed later to incorporate different material properties. 03 November 2014, 14:09:23 UTC
62fa62f [AL] Add LocalDataInitializer. This adds a mapping from element types to the corresponding shape functions. The latter are passed as a template parameter to the LocalAssemblerData. 03 November 2014, 14:09:23 UTC
f299c13 [PL] GW: Fill init, assemble. Add shape matrices. 03 November 2014, 14:09:23 UTC
e960a0e [PL] GW: Add LocalAssemblerData skeleton. 03 November 2014, 14:09:23 UTC
35435a1 [A] Whitespace. 03 November 2014, 11:25:11 UTC
d1ae9f4 [A] Clarify help for element types. 03 November 2014, 11:25:11 UTC
9acf9eb [A] Add version info. 03 November 2014, 11:25:11 UTC
dd45520 [A] Move loops together. 03 November 2014, 11:25:11 UTC
486ca77 [A] Return 0 at end of the programm. 03 November 2014, 11:25:11 UTC
c6edfd0 [A] Reorder command line argument. 03 November 2014, 11:25:11 UTC
01755e5 Merge pull request #494 from norihiro-w/support-lxly-quad-meshing Support non-square elements in regular quad mesh generation 03 November 2014, 11:03:17 UTC
b8bb2c6 Merge pull request #526 from rinkk/GMSHNamesFix [BugFix] GMSH interface handling of PhysicalNames-Tag 30 October 2014, 18:10:18 UTC
035d2f2 check input stream 30 October 2014, 10:41:28 UTC
7350910 subdivided gmsh reading method a bit and added handling of physical names tag 29 October 2014, 14:53:24 UTC
0e86248 Fixed no dependecies build on Jenkins. 29 October 2014, 12:06:16 UTC
7ccf3d3 Merge pull request #525 from rinkk/MeshArrayInitBugfix [BugFix] Removed array initialisation in Mesh constructor 29 October 2014, 11:26:19 UTC
2449fc9 Merge pull request #522 from rinkk/MeshWriterConfig Mesh writer config. Extend VtuInterface. 29 October 2014, 11:15:33 UTC
e8f9d45 added documentation for variables 29 October 2014, 11:14:45 UTC
3b43c67 changed distance arrays to pairs 29 October 2014, 10:52:12 UTC
494bd85 removed void param 29 October 2014, 10:33:38 UTC
23429d3 Merge pull request #509 from norihiro-w/node-search-nonlinear Extend node searching stuff to handle nonlinear nodes 29 October 2014, 10:21:36 UTC
cbce554 added encode flag for appended data 29 October 2014, 09:21:02 UTC
5aa7881 Fixed VtuInterface ascii writing. Save mesh dialog compression availability check. 29 October 2014, 08:25:52 UTC
92394cd [T] Remove unused default_eps in TestIsPointInTriangle. 28 October 2014, 11:22:24 UTC
bd2e881 correct handling of empty path 27 October 2014, 14:58:49 UTC
30a1a2c formatting 27 October 2014, 14:54:57 UTC
6b9ed5d removed comments and unnecessary code 27 October 2014, 14:43:02 UTC
32f55bf adjusted mesh view to use new dialogue 27 October 2014, 14:35:44 UTC
ee67ca9 added dialogue to select vtk data writer options 27 October 2014, 14:35:11 UTC
5b82400 added support for mesh name in VtkMeshConverter 27 October 2014, 14:32:41 UTC
45d440a adjusted vtu-interface to support binary and append flags 27 October 2014, 14:03:43 UTC
ed7332d [T] Add GlobalMatrix/Vector to SteadyDiffusion2D example. 27 October 2014, 11:20:15 UTC
8099b53 [AL] Add back addToGlobal() in VectorMatrixAsm. 27 October 2014, 11:20:15 UTC
262f21f added dialog for mesh writer options 27 October 2014, 10:48:23 UTC
58db1d0 Merge pull request #520 from endJunction/AddLinearSolverInGlobalSetup [AL] Add LinearSolverType to GlobalSetup. 27 October 2014, 06:23:30 UTC
bf2a134 Merge pull request #519 from endJunction/RefactorDofTableConstruction Refactor dof table construction 27 October 2014, 06:22:39 UTC
4a929e8 Add missing include. 24 October 2014, 16:44:14 UTC
fff880b [AL] Move switch-case into element loop. This results in fastest (in number of read instructions) code. 24 October 2014, 16:44:14 UTC
c074758 [AL] Add LinearSolverType to GlobalSetup. Used in NumericsConfig for coordination with global matrix/vector types. 24 October 2014, 11:58:17 UTC
164b79e move getElementDimension() to generateStructuredMesh.cpp 23 October 2014, 19:25:04 UTC
7636bdb indent by one tab to align the parameters 23 October 2014, 19:25:04 UTC
da8ab2d fix clang warnings 23 October 2014, 19:23:58 UTC
adfbcab support non-square elements in generateStructuredMesh tool 23 October 2014, 19:23:57 UTC
cf70d8a support non-square elements in regular mesh generation 23 October 2014, 19:22:51 UTC
85a1bb7 get a dimension from an element type 23 October 2014, 19:19:29 UTC
9f68eee [ML] Use getElements() to access mesh's iterators. 23 October 2014, 18:27:27 UTC
56140c9 Revert "[ML] Const iterator access to mesh's elements." This reverts commit 10f6593f5bdb13442ec8fff60b712de68777fa0a. 23 October 2014, 18:27:27 UTC
fb8c9d9 [AL] Improve documentation. 23 October 2014, 18:27:27 UTC
89e4a62 [AL] Move implementation details into -impl.h/.cpp files. 23 October 2014, 18:27:25 UTC
c333965 [AL] Move vector reservation before for-loop. 23 October 2014, 18:25:33 UTC
c7744d7 Merge pull request #518 from endJunction/CorrectionsToDoxygen Corrections to doxygen 23 October 2014, 15:49:51 UTC
dc7f6db [AL] Extract private appendGlobalIndices(). 23 October 2014, 13:38:58 UTC
729a826 [ML] MeshComponentMap: Remove unused include. 23 October 2014, 13:38:58 UTC
5155d5c [T] Update AssemblerLib tests for new LocalToGlobalMap. 23 October 2014, 13:38:58 UTC
5404670 [T] Save local_to_global_map. Otherwise there is a reference to temporary. 23 October 2014, 13:38:58 UTC
382670f [PL] GW: Change comments on mesh subsets creation. 23 October 2014, 13:38:58 UTC
b26d48d [AL] Add LocalToGlobalIndexMap::dofSize(). 23 October 2014, 13:38:58 UTC
2bdb3fd [AL] Pass only size to createVector/Matrix. In the vector matrix builder only size is used. 23 October 2014, 13:38:58 UTC
back to top