- Jun 20, 2019
-
-
Dmitri Naumov authored
In cases when the underlying element is quadratic but the shape function is of linear order, there is a dimension mismatch between the NodalVectorType and the return value of the getNodalValuesOnElement. Taking the first rows of the return matrix ensures correct dimensions.
-
Dmitri Naumov authored
Convert to linear mesh tests
-
Dmitri Naumov authored
Previously the conversion relied on the node numbering, which is not necessary.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jun 19, 2019
-
-
Lars Bilke authored
2D_Adaptive_dt_ThermalConvection_constviscosityStaggeredScheme sporadically runs into the 900 s timeout on vismac05. Increased to 1800 s.
-
- Jun 18, 2019
-
-
Dmitri Naumov authored
[CL] Use ostream for all output operators.
-
renchao.lu authored
-
Dmitri Naumov authored
[MatL/MPL] Check uniqueness of components and phases
-
Dmitri Naumov authored
-
- Jun 17, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
renchao.lu authored
-
renchao.lu authored
-
Dmitri Naumov authored
CPPCheck warning fixes
-
Tom Fischer authored
[HT] Use const vars for sizes and indexes in local assembly.
-
Dmitri Naumov authored
Since at least gcc-9.1 the original code didn't compile any longer with error message: computeSurfaceNodeIDsInPolygonalRegion.cpp:147:48: error: converting to ‘const GeoLib::Polygon’ from initializer list would use explicit constructor ‘GeoLib::Polygon::Polygon(const GeoLib::Polyline&, bool)’ 147 | GeoLib::Polygon const& polygon{*plys[j]}; | ^ From reference_initialization page of cppreference.com: Lifetime of a temporary: ... - a temporary bound to a reference member in a constructor initializer list persists only until the constructor exits, not as long as the object exists. (note: such initialization is ill-formed as of DR 1696).
-
Dmitri Naumov authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Lars Bilke authored
-
Lars Bilke authored
Can now be used via singularity. https://www.opengeosys.org/docs/userguide/post-processing/paraview-on-eve
-
- Jun 16, 2019
-
-
Dmitri Naumov authored
Also use own findElementOrError() algorithm.
-
- Jun 15, 2019
-
-
Dmitri Naumov authored
CPPCheck warning type: redundantAssignment.
-
Dmitri Naumov authored
Either by renaming or removing the variable or adding an extra scope to the top variable. CPPCheck warning type: shadowVar.
-
Dmitri Naumov authored
CPPCheck warning type: unusedVariable.
-
Dmitri Naumov authored
CPPCheck warning type: variableScope.
-
- Jun 14, 2019
-
-
Lars Bilke authored
Clang minimal image was outdated and is not required anymore. On the old image an old Conan version was installed which had this bug: https://github.com/conan-io/conan/issues/5055 Which lead Sanitizer-jobs to fail...
-
Selection of tests published in the benchmark-books
-
Dmitri Naumov authored
Include some suppressions for python, omp, and ld_load.
-
- Jun 12, 2019
-
-
Dmitri Naumov authored
Add an optional chemical formula flag under the subtree of kinetic reactant
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
- Jun 11, 2019
-
-
Lars Bilke authored
Eve deploy fix
-
Lars Bilke authored
Currently tested on eve. Docker uses 7.4.
-
Lars Bilke authored
-