- Feb 13, 2017
-
-
Lars Bilke authored
itself.
-
Lars Bilke authored
-
Lars Bilke authored
Building the target installs node packages, imports from Contentful and builds the site via gulp and hugo.
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Specify one or more files which be converted to vtk.js if vtkDataConverter is found. https://github.com/Kitware/vtk-js/issues/3#issuecomment-230389315
-
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
-
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
-
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.
-