- Jan 03, 2020
-
-
Dmitry Yu. Naumov authored
-
Add overriden control, modified data container Rename the tespy converge control remove unused bool variable Passing this bool variable is not needed
-
- add /file in the top decription - iostream dropped for not needed - modified the phrase in the cmake list - delete the else branch for no need
-
-
Modified the template typename in BHEInflwoPythonBoundaryCondition.h fixed unused parameter x problem in BHEInflowPythonBoundaryConditoin adding missing \file
-
-
Add BHEinflowPythonBoundaryCondition into following places 1) PythonBoundaryCondition 2) Pybind11_Embedded_Module 3) The CMakeList 4) Switch on the compiling flag OGS_USE_PYTHON when pipe network is present Add OGS_USE_PYTHON option in HeatTransportBHE process cmakelist
-
Dmitry Yu. Naumov authored
-
- Dec 04, 2019
-
-
Tom Fischer authored
-
- Dec 03, 2019
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Oct 22, 2019
-
-
Dmitry Yu. Naumov authored
Main reason for modification is the getFlux function, which for particular processes (ComponentTransport) relies on all solutions being available. This modification ripples through all of the code, especially through the boundary conditions. Modified `applyNaturalBC`, `preTimestep`, `integrate`, and `assemble` functions.
-
- Oct 14, 2019
-
-
- Oct 09, 2019
-
-
Dmitry Yu. Naumov authored
preTimestep now accepts a vector of solution together with a process_id. In postTimestep only the vector of solutions has been changed.
-
- Sep 24, 2019
-
-
Dmitry Yu. Naumov authored
-
- Sep 12, 2019
-
-
Dmitry Yu. Naumov authored
find *Lib -type f | xargs sed -i 'N;s%\(^\/\*\*\)\n \*$%\1%'
-
Dmitry Yu. Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Aug 14, 2019
-
-
Lars Bilke authored
-
- Jul 16, 2019
-
-
Dmitry Yu. Naumov authored
Most of the current .clang-tidy contained checks: google-explicit-constructor google-readability-braces-around-statements modernize-loop-convert modernize-use-default-member-init modernize-use-emplace modernize-use-using readability-braces-around-statements readability-else-after-return readability-named-parameter *readability-namespace-comments *readability-inconsistent-* readability-redundant-member-init readability-simplify-boolean-expr readability-string-compare *explicit-conversions*
-
Dmitry Yu. Naumov authored
-
- Jun 24, 2019
-
-
Dmitry Yu. Naumov authored
-
-
- Jun 20, 2019
-
-
Dmitry Yu. 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.
-
- May 27, 2019
-
-
Dmitry Yu. Naumov authored
-
- May 17, 2019
-
-
Dmitry Yu. Naumov authored
Pass boundary meshes to findParameter(). This prevents a case of a parameter not being defined on another mesh then the boundary condition.
-
- Apr 30, 2019
-
-
jbathmann authored
[PL] Clang format on HCOpenBoundary [PL] Review on HCOpenBoundary implemented ParameterLib parameter renamed HCOpenBoundary finds element and face ids automatically HCOpenBoundary -> HCNonAdvectiveFreeVomponentFlowBoundary
-
- Mar 19, 2019
-
-
Dmitry Yu. Naumov authored
Putting them in own HTBHE namespace.
-
Dmitry Yu. Naumov authored
Passing the bhe type to the BCs is not necessary, just a callback.
-
- Mar 11, 2019
-
-
Dmitry Yu. Naumov authored
-
- Mar 04, 2019
-
-
Dmitry Yu. Naumov authored
Also those where the second and so forth arguments are defaulted. The MathLib::TemplateVector3 is an exception, because of the many required changes through the code, which relies on the implicit conversion from TemplatePoint<T, 3> to TemplateVector3<T>. clang-tidy '*explicit*' check.
-
- Mar 01, 2019
-
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
These are almost the same and the difference is in the handling of the shape functions.
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
-
- Feb 27, 2019
-
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
-
- Feb 25, 2019
-
-
- Feb 22, 2019
-
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
-