- 15 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
Many updates to GRDECL file format: - Processing more properties fields, such as pressure, sgas, soil, etc. - Processing MULTIPLY keyword for properties and transmissibilities - Introduced field TRANM for transmissibility multipliers set with TRANX/TRANY/TRANZ keywords in MULTIPLY keyword, or with EDITNNC keywords or FAULTS/MULTFLT keyword - Algorithm that separates faces in place of blocks with zero volume and nonzero ACTNUM. Option ECL_DEGENERATE that replaces algorithm with transmissibility multiplier in TRANM. -Optimization: bypass algorithm that resolves faces out of set of edges when only one face is expected. - Processing of NTG keyword. Fix swap algorithm in dynarray container. Loading of 2d and mixed 2d/3d grids from VTU files. Fix Visual Studio warnings in sparse.cpp
-
- 05 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 04 Jun, 2017 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Quick and dirty reader for XML VTK files of unstructured grids.
-
Kirill Terekhov authored
+switch off Octree example - not compiling on windows
-
- 22 Feb, 2017 1 commit
-
-
Kirill Terekhov authored
Silence solvers complaints about parameters. Updates for Tests/solver_test001 Disable TagVariable and TagVariableArray when USE_AUTODIFF is disabled. Fixes for Octree example.
-
- 17 Feb, 2017 1 commit
-
-
Kirill Terekhov authored
-
- 24 Jan, 2017 1 commit
-
-
chrmaier authored
If second line in vtk file equals "VTK_OUTPUT_FACES file is written by INMOST" indicates that there are property values stored also on faces
-
- 02 Nov, 2016 1 commit
-
-
tgaripov authored
-
- 27 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
Fix a warning on apple’s llvm-gcc. Output a NaN instead of zero into vtk for missing entries.
-
- 25 Oct, 2016 2 commits
-
-
chrmaier authored
-
Kirill Terekhov authored
Reading FIELD keyword related to data defined on the whole mesh. Better handling of whitespace
-
- 18 Oct, 2016 1 commit
-
-
chrmaier authored
-
- 02 Sep, 2016 1 commit
-
-
Igor Konshin authored
-
- 13 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 26 Mar, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Corrected iteration over elements and calculation of number of elements during modification of the mesh. Corrected that saving meshes with infinity in data can produce bad vtk files.
-
- 19 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
Fixed NaN output into vtk files. Added support for SuperLU (serial) solver.
-
- 20 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Including issue #15
-
- 03 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
XML format now can use Include attribute in any XML tag to address external files. Added mechanism to name meshes and retrive meshes by name. Added feature to store data of RemoteHandle type that allows to address elements on another mesh. Loading this data type from files is still awkward.
-
- 24 Nov, 2015 1 commit
-
-
Kirill Terekhov authored
-