- Oct 11, 2021
-
-
Lars Bilke authored
-
- Sep 03, 2021
-
-
- Sep 02, 2021
-
-
Dmitri Naumov authored
-
- Jul 21, 2021
-
-
wenqing authored
-
Tobias Meisel authored
-
- Jun 09, 2021
-
-
- May 26, 2021
-
-
Lars Bilke authored
-
- May 12, 2021
-
-
Lars Bilke authored
Simplifies handling in CMake. Just link to petsc-target.
-
- May 09, 2021
-
-
node->name is an const unsigned char *.
-
-
-
-
-
- Apr 21, 2021
-
-
Dmitri Naumov authored
Should be replaced with std::span when the compiler version gcc >= 10, msvc >= 19.26 are available for development.
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
Adding a single space in incorrectly broken lines.
-
Dmitri Naumov authored
- formatting - system includes vs. project includes - use absolute paths
-
Dmitri Naumov authored
-
- Mar 22, 2021
-
-
Dmitri Naumov authored
-
-
Dmitri Naumov authored
Eliminating the function also reveals a copy of the data being made internally.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Not accessed by derived classes.
-
Dmitri Naumov authored
-
- Mar 20, 2021
-
-
- Mar 19, 2021
-
-
Dmitri Naumov authored
Code simplification and one less dereferencing at run time.
-
- Mar 17, 2021
-
-
Dmitri Naumov authored
The default precision of a Writer is set 10 digits anyway upon construction. The extra interface is also not needed, because the standard provided call 'precision' is doing already the same.
-
Dmitri Naumov authored
It is not private, so no underscores.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Since there are no invariants maintained by the XMLInterface nor is the access restricted, the public memeber serves same purpose with simpler implementation. Also fix variable naming.
-
BaseLib::Counter is used in single place only, so we can simplify that one place using MeshLib::Mesh local static counter.
-
- Mar 16, 2021
-
-
Lars Bilke authored
-
- Mar 15, 2021
-
-
Lars Bilke authored
Fixes #3117.
-
- Mar 10, 2021
-
-
Dmitri Naumov authored
boost::none -> std::nullopt boost::make_optional -> std::make_optional boost::optional<T>::get() -> std::optional<T>::value()
-
Dmitri Naumov authored
-
- Mar 09, 2021
-
-
Dmitri Naumov authored
-
- Mar 02, 2021
-
-
Dmitri Naumov authored
-
- Jan 08, 2021
-
-
Dmitri Naumov authored
Especially useful when all nonlinear iterations should be output. See <output_iteration_results> tag.
-
- Jan 04, 2021
-
-
Dmitri Naumov authored
- The Iterator type is trivial; passing it by const&. - The std::string root is invoked only on const& strings, so moving it does not save anything in this context.
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-