- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Dec 10, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Nov 06, 2019
-
-
Dmitri Naumov authored
To access the solution values a dof tables are passed too.
-
- Oct 24, 2019
-
-
Foob = out-of-balance forces.
-
Dmitri Naumov authored
-
- Oct 23, 2019
-
-
renchao.lu authored
-
- Oct 10, 2019
-
-
Dmitri Naumov 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.
-
- Sep 26, 2019
-
-
Dmitri Naumov authored
_solutions_of_coupled_processes member.
-
Dmitri Naumov authored
Semantically identical to vector of references.
-
- Sep 24, 2019
-
-
Dmitri Naumov authored
Pass process_id to FEM::assemble calls.
-
Dmitri Naumov authored
Avoid local variables `process_id' when looping over all processes. Move numbering of the processes to the ProcessData ctor.
-
- Sep 23, 2019
-
-
Dmitri Naumov authored
Drop dt where used together with it's updates etc.
-
Dmitri Naumov authored
-
- Sep 19, 2019
-
-
Dmitri Naumov authored
-
- Sep 18, 2019
-
-
Dmitri Naumov authored
Avoids "good" state by chance.
-
Dmitri Naumov authored
Equal for both, the staggered and the monolithic cases.
-
Dmitri Naumov authored
Unifies the monolithic and staggered cases.
-
- Sep 17, 2019
-
-
renchao.lu authored
-
renchao.lu authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The function can decide this on its own now.
-
Dmitri Naumov authored
This is similar to the staggered scheme implementation.
-
Dmitri Naumov authored
Avoid use of independent process_id variable in the loop, reuse the process_data.process_id.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Split into isMonolithicProcess(pcs_data) query and the staggered scheme coupled solutions preparations.
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Mostly in the file headers. find *Lib -type f | xargs sed -i 'N;s%^\s\+\*\n\(\s\+\*/\)%\1%'
-
- Aug 29, 2019
-
-
For very small dt other checks fail.
-
- Aug 26, 2019
-
-
Dmitri Naumov authored
-
- Aug 02, 2019
-
-
Dmitri Naumov authored
This seems to be unused. At least the current benchmarks do not need this special cases.
-
- Jun 15, 2019
-
-
Dmitri Naumov authored
CPPCheck warning type: variableScope.
-
- Jun 06, 2019
-
-
- May 20, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- May 17, 2019
-
-
Introduced information flow whether the timestep was accepted or not. This prevents the times in the timestepper and the external loop to diverge which causes two issues otherwise: 1.) Endless loop at t --> t_end, if max_iter > largest multiplier 2.) Endless loop at t --> t_end, if nonlinear solver fails during execution
-
- Feb 18, 2019
-
-
renchao.lu authored
-