-
- Downloads
#723 ThirdParty/Matrix: define Matrix operations as free functions that act...
#723 ThirdParty/Matrix: define Matrix operations as free functions that act upon a template parameter of type Private::BaseMatrix. Hence ShellMatrix will be able to use them as well without creating any conflict with overloads that act upon vectors.
Showing
- HappyHeart.xcodeproj/project.pbxproj 20 additions, 0 deletionsHappyHeart.xcodeproj/project.pbxproj
- Sources/FormulationSolver/VariationalFormulation.hpp 2 additions, 0 deletionsSources/FormulationSolver/VariationalFormulation.hpp
- Sources/ModelInstances/FSI_EI/Newton/Model.hpp 3 additions, 0 deletionsSources/ModelInstances/FSI_EI/Newton/Model.hpp
- Sources/ModelInstances/FSI_EI/Newton/ModelForward.hxx 18 additions, 12 deletionsSources/ModelInstances/FSI_EI/Newton/ModelForward.hxx
- Sources/ModelInstances/Hyperelasticity/TimeSchemes/HalfSum/HalfSum.cpp 2 additions, 0 deletions...Instances/Hyperelasticity/TimeSchemes/HalfSum/HalfSum.cpp
- Sources/ModelInstances/Hyperelasticity/TimeSchemes/Midpoint/Midpoint.cpp 2 additions, 0 deletions...stances/Hyperelasticity/TimeSchemes/Midpoint/Midpoint.cpp
- Sources/ThirdParty/Wrappers/Petsc/Matrix/Matrix.cpp 1 addition, 92 deletionsSources/ThirdParty/Wrappers/Petsc/Matrix/Matrix.cpp
- Sources/ThirdParty/Wrappers/Petsc/Matrix/Matrix.hpp 13 additions, 94 deletionsSources/ThirdParty/Wrappers/Petsc/Matrix/Matrix.hpp
- Sources/ThirdParty/Wrappers/Petsc/Matrix/Matrix.hxx 2 additions, 0 deletionsSources/ThirdParty/Wrappers/Petsc/Matrix/Matrix.hxx
- Sources/ThirdParty/Wrappers/Petsc/Matrix/MatrixOperations.hpp 152 additions, 0 deletions...ces/ThirdParty/Wrappers/Petsc/Matrix/MatrixOperations.hpp
- Sources/ThirdParty/Wrappers/Petsc/Matrix/MatrixOperations.hxx 136 additions, 0 deletions...ces/ThirdParty/Wrappers/Petsc/Matrix/MatrixOperations.hxx
- Sources/ThirdParty/Wrappers/Petsc/Matrix/Private/BaseMatrix.hpp 84 additions, 0 deletions...s/ThirdParty/Wrappers/Petsc/Matrix/Private/BaseMatrix.hpp
Loading
Please register or sign in to comment