This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Apr 20, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Cleanup
-
- Apr 18, 2020
-
-
Dmitri Naumov authored
Not really need here and caused some warnings to appear in the unity builds. Warning were of type: MaterialLib/FractureModels/Coulomb.cpp:182:38: warning: ‘MaterialLib::Fracture::Coulomb::Coulomb<DisplacementDim>::computeConstitutiveRelation(double, const ParameterLib::SpatialPosition&, double, Eigen::Ref<const Eigen::Matrix<double, -1, 1> >, Eigen::Ref<const Eigen::Matrix<double, -1, 1> >, Eigen::Ref<const Eigen::Matrix<double, -1, 1> >, Eigen::Ref<const Eigen::Matrix<double, -1, 1> >, Eigen::Ref<Eigen::Matrix<double, -1, 1> >, Eigen::Ref<Eigen::Matrix<double, -1, -1> >, typename MaterialLib::Fracture::FractureModelBase<DisplacementDim>::MaterialStateVariables&) [with int DisplacementDim = 3; typename MaterialLib::Fracture::FractureModelBase<DisplacementDim>::MaterialStateVariables = MaterialLib::Fracture::FractureModelBase<3>::MaterialStateVariables]::<lambda(const ResidualVectorType&)>’ has a field ‘MaterialLib::Fracture::Coulomb::Coulomb<DisplacementDim>::computeConstitutiveRelation(double, const ParameterLib::SpatialPosition&, double, Eigen::Ref<const Eigen::Matrix<double, -1, 1> >, Eigen::Ref<const Eigen::Matrix<double, -1, 1> >, Eigen::Ref<const Eigen::Matrix<double, -1, 1> >, Eigen::Ref<const Eigen::Matrix<double, -1, 1> >, Eigen::Ref<Eigen::Matrix<double, -1, 1> >, Eigen::Ref<Eigen::Matrix<double, -1, -1> >, typename MaterialLib::Fracture::FractureModelBase<DisplacementDim>::MaterialStateVariables&) [with int DisplacementDim = 3; typename MaterialLib::Fracture::FractureModelBase<DisplacementDim>::MaterialStateVariables = MaterialLib::Fracture::FractureModelBase<3>::MaterialStateVariables]::<lambda(const ResidualVectorType&)>::<mat capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage] 182 | auto const update_solution = [&](ResidualVectorType const& increment) {
-
- Apr 17, 2020
-
-
Dmitri Naumov authored
-
-
Dmitri Naumov authored
Saves ca. 35 unneeded includes (out of 260) and 25s of compilation time (out of 149s).
-
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Add prism element type to structure mesh generator tool.
-
- Apr 16, 2020
-
-
Lars Bilke authored
Add bulk element mappings for triangles.
-
Dmitri Naumov authored
Clang-tidy cleanups.
-
Tom Fischer authored
This is necessary because of a doxygen bug in documenting overloaded functions.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Fix cppcoreguidelines-pro-type-member-init.
-
Tom Fischer authored
Fix cppcoreguidelines-pro-type-member-init.
-
Tom Fischer authored
Fix google-readability-braces-around-statements.
-
Tom Fischer authored
Fix warning cppcoreguidelines-pro-type-member-init.
-
Tom Fischer authored
-
- Apr 15, 2020
-
-
Tom Fischer authored
-
Dmitri Naumov authored
Van Genuchten capillary pressure saturation
-
- Apr 14, 2020
-
-
Lars Bilke authored
Thanks to @Scinopode for reporting.
-
Lars Bilke authored
Cleanup
-