- 29 Oct, 2019 22 commits
-
-
-
-
-
-
-
-
#1489 Added exits so that MatrixOperations using the wrong DoReuseMatrix policy also cause the program to stop in release mode.
-
-
-
-
-
-
-
-
-
-
GILLES Sebastien authored
#1292 Fix many warnings, most of them stemming from the fact Seldon used int for its indexes whereas Xtensor use the more sensible std::size_t.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1492 Remove Tclap from the library - give it the same status as the others third party libraries that are installed through ThirdPartyCompilationFactory.
-
- 17 Oct, 2019 6 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1292 Replace the alias XtensorMatrix and XtensorVector by LocalMatrix and LocalVector. Remove now unused files.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- 16 Oct, 2019 7 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1292 TMP Elasticity case compiles with XTensor only. Many deactivated to make that work though... Seldon has been removed due to conflicts with Blas files also in Xtensor.
-
GILLES Sebastien authored
-
- 12 Oct, 2019 5 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1292 Use Xtensor for the transient source operator. I used the same trick as reported in previous commit for matrices.
-
GILLES Sebastien authored
#1292 Use Xtensor for the mass operator. Currently I'm introducing the possibility to use Seldon or Xtensor; it is only temporary and the goal is to use Xtensor everywhere at the end of the day. Some asserts are deactivated and should be adapted and reactivated before closing this ticket.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-