- Oct 11, 2019
-
-
renchao.lu authored
-
renchao.lu authored
-
- Oct 09, 2019
-
-
Dmitri Naumov authored
preTimestep now accepts a vector of solution together with a process_id. In postTimestep only the vector of solutions has been changed.
-
- Oct 08, 2019
-
-
Dmitri Naumov authored
There is another one, which is used.
-
- Oct 02, 2019
-
-
Dmitri Naumov authored
Eliminate two single-line functions.
-
Dmitri Naumov authored
The flat vector of staggered solution simplifies the data access. Fixing the location of phasefield/temperature/displacement subvectors in phase field processes.
-
Dmitri Naumov authored
Some of the staggered processes use previous solution to compute time derivative of the solution.
-
- Sep 27, 2019
-
-
- Sep 24, 2019
-
-
Dmitri Naumov authored
-
- Sep 23, 2019
-
-
Dmitri Naumov authored
-
- Sep 17, 2019
-
-
renchao.lu authored
-
- Sep 13, 2019
-
-
jbathmann authored
The test also tests the openflowboundary for the non advective implementation of hc process --amend
-
- Sep 12, 2019
-
-
Johannes Boog authored
-
Dmitri 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/'
-
- Sep 09, 2019
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
- Aug 14, 2019
-
-
Dmitri Naumov authored
The defaulted constructors and assignments will be generated by default anyway. The deleted ctors and assignments do not change the class behaviour at all and by the compiler generated default versions are good enough too.
-
Lars Bilke authored
-
- Jul 31, 2019
-
-
Johannes Boog authored
-
Johannes Boog authored
-
- Jul 16, 2019
-
-
Dmitri Naumov authored
Including - usage of static_cast instead of c-style cast, - single variable declaration per line, - removing const from return types - omit unnecessary string to char* conversions, The used clang-tidy checks are: google-readability-casting, readability-const-return-type, readability-container-size-empty, readability-delete-null-pointer, readability-deleted-default, readability-else-after-return, readability-function-size, readability-identifier-naming, readability-inconsistent-declaration-parameter-name, readability-isolate-declaration, readability-misleading-indentation, readability-misplaced-array-index, readability-named-parameter, readability-redundant-*, readability-simplify-*, readability-static-accessed-through-instance, readability-static-definition-in-anonymous-namespace, readability-string-compare, readability-uniqueptr-delete-release
-
Dmitri Naumov authored
-
- Jul 15, 2019
-
-
renchao.lu authored
-
- Jul 12, 2019
-
-
Johannes Boog authored
-
Johannes Boog authored
-
- Jun 28, 2019
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
- Jun 25, 2019
-
-
- Jun 15, 2019
-
-
Dmitri Naumov authored
Either by renaming or removing the variable or adding an extra scope to the top variable. CPPCheck warning type: shadowVar.
-
- Jun 12, 2019
-
-
renchao.lu authored
-
- Jun 06, 2019
-
-
- May 27, 2019
-
-
Dmitri Naumov authored
-
- May 17, 2019
-
-
Dmitri Naumov authored
See previous commit for details.
-