- 23 Oct, 2020 8 commits
-
-
GIRAUDET Chloe authored
-
GIRAUDET Chloe authored
-
GIRAUDET Chloe authored
-
GIRAUDET Chloe authored
-
-
-
#1418 Parameters for the microsphere models are now prescribed at the node level for every quantity.
-
-
- 03 Jul, 2020 7 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1541 Now that TestMatrixOperation is a full-fledged test, we no longer need to run Valgrind over it.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1542 CI: if branch includes 'nobuild' in its name, the build_and_test and check_warning stages are both ignored.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- 01 Jul, 2020 21 commits
-
-
GILLES Sebastien authored
#1520 Refactor the test about GlobalCoordsQuadPts to make it more readable (it remains a tad clumsy but this will do). I have also modified the way the ParamAtQuadraturePoint Write() is working, now using the PrintContainer facility (and at the moment expending the precision - maybe that is not pertinent).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1520 In AtQuadraturePoint policy, replace in the Write method the number of values, which was an ill-advised field: if there were a domain selection the computed value would have been higher than the actual number of lines written below. The test GlobalCoordsQuadPts has been further refactored to be more robust: it was relying too much of a very specific layout for the AtQuadraturePoint write method.
-
GILLES Sebastien authored
#1539 Add tests for functions defined in Utilities::String - and modify slightly ConvertCharArray() to make it pass the test (one line was undue...)
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1520 Test GlobalCoordsQuadPts: replace an if by a switch: the code is a bit clumsy to take into account the fact some reference geometric elements are defined over [0, 1] and others over [-1, 1], but should we add a new type the switch will immediately warn us that the new type must be properly placed in either one of these cases.
-
GILLES Sebastien authored
#1520 Test GlobalCoordsQuadPts: refactor the huge CheckQuadratureRule() anonymous function into smaller ones (still in progress) to ease reading.
-
GILLES Sebastien authored
#1520 Test GlobalCoordsQuadPt: Remove the hardcoded output directory and use instead the one extracted from the Lua file.
-
GILLES Sebastien authored
-
#1520 Added a test on each topology for the coordinates of the quadrature points computed using reference elements for the mesh inputs.
-
-
#1520 Slight improvement on the formating and performance of the WriteFromPolicy for AtQuadraturePoint types.
-
-
GILLES Sebastien authored
-
#1520 Added a ParameterOperator which converts the local coordinates of quadrature points of a given quadrature rule to global coordinates. This operator stores the result as a vectorial ParameterAtQuadraturePoint.
-
GILLES Sebastien authored
-
#0 Replace reinterpret_cast used in binary I/O by a safer combination of std::vector and std::memcpy. #0 Add a header file required by gcc for std::memcpy.
-
GILLES Sebastien authored
-
- 30 Jun, 2020 4 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1443 More simplification in GodOfDof: do_consider_proc_wise_local_2_global is not needed before the call to FinalizeInitialization().
-
GILLES Sebastien authored
#1443 Now all the methods of \a GodOfDof are properly documented, and most of them are properly renamed (Init1, Init2 and Init3 will probably shortly follow suite when I will pursue deeper two step paralellism...).
-