-
- Downloads
Replace std::valarray with Eigen::VectorXd
For consistency mainly, but also save one instantiation of the shape functions. Also the valarray is kind of obsolete and Eigen provides equivalent substitute.
Showing
- ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h 0 additions, 1 deletion...LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h
- ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix-impl.h 0 additions, 1 deletion...ocalAssembler/SmallDeformationLocalAssemblerMatrix-impl.h
- Tests/NumLib/TestShapeFunctions.cpp 7 additions, 7 deletionsTests/NumLib/TestShapeFunctions.cpp
- scripts/test/clang_sanitizer_blacklist.txt 0 additions, 4 deletionsscripts/test/clang_sanitizer_blacklist.txt
Loading
Please register or sign in to comment