mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: improve funcs and opers in Tensor types
- ensures each Tensor-container operates for the following base types:
- floatScalar
- doubleScalar
- complex
- adds/improves test applications for each container and base type:
- constructors
- member functions
- global functions
- global operators
- misc:
- silently removes `invariantIII()` for `tensor2D` and `symmTensor2D`
since the 3rd invariant does not exist for 2x2 matrices
- fixes `invariantII()` algorithm for `tensor2D` and `symmTensor2D`
- adds `Cmpt` multiplication to `Vector2D` and `Vector`
- adds missing access funcs for symmetric containers
- improves func/header documentations
This commit is contained in:
committed by
Andrew Heather
parent
8ca724fffa
commit
66b02ca5ca
3
applications/test/SymmTensor2D/Make/files
Normal file
3
applications/test/SymmTensor2D/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-SymmTensor2D.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-SymmTensor2D
|
||||
Reference in New Issue
Block a user