- Feb 13, 2017
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Run cd web/import python import.py Currently imports newsPosts. TODO: make generic
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Feb 10, 2017
-
-
Under certain circumstances the sparsity pattern will be destroyed and adding/setting values would then result in an expensive reallocation. Assume that in the first global iteration only one half of the values is set to non-zero. Before the linear solver is called the sparse matrix is compressed thus reducing the allocated space in each row. In the subsequent iterations, which might add or set the other half of the matrix values reallocations would be necessary.
-
- Feb 08, 2017
-
-
Dmitri Naumov authored
Fix error in TwoPhaseFlowWithPrho process
-
Yonghui56 authored
-
- Feb 07, 2017
-
-
Yonghui56 authored
-
- Feb 06, 2017
-
-
Dmitri Naumov authored
Create two phase flow process with total mass density model
-
- Feb 05, 2017
- Feb 03, 2017
-
-
Dmitri Naumov authored
Add FieldData to mesh properties
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Now the field data are interpreted as integration point mesh properties.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Fixes Applications\FileIO\FEFLOW\FEFLOWMeshInterface.cpp(485): warning C4018: '<': signed/unsigned mismatch
-
Fixes Applications\FileIO\FEFLOW\FEFLOWMeshInterface.cpp(386): warning C4244: '=': conversion from 'std::streamoff' to 'int', possible loss of data
-
Fixes Tests\NumLib\TestComponentNorms.cpp(39): warning C4244: 'argument': conversion from 'const size_t' to 'const double', possible loss of data
-
Fixes processlib\tes\TESLocalAssemblerInner-impl.h(234): warning C4244: 'argument': conversion from 'const __int64' to 'const unsigned int', possible loss of data
-
Fixes NumLib\TimeStepping\Algorithms\FixedTimeStepping.cpp(84): warning C4244: 'argument': conversion from 'double' to 'unsigned __int64', possible loss of data
-