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
Showing
- applications/test/DiagTensor/Make/files 3 additions, 0 deletionsapplications/test/DiagTensor/Make/files
- applications/test/DiagTensor/Make/options 0 additions, 0 deletionsapplications/test/DiagTensor/Make/options
- applications/test/DiagTensor/Test-DiagTensor.C 439 additions, 0 deletionsapplications/test/DiagTensor/Test-DiagTensor.C
- applications/test/SphericalTensor/Make/files 3 additions, 0 deletionsapplications/test/SphericalTensor/Make/files
- applications/test/SphericalTensor/Make/options 2 additions, 0 deletionsapplications/test/SphericalTensor/Make/options
- applications/test/SphericalTensor/Test-SphericalTensor.C 348 additions, 0 deletionsapplications/test/SphericalTensor/Test-SphericalTensor.C
- applications/test/SphericalTensor2D/Make/files 3 additions, 0 deletionsapplications/test/SphericalTensor2D/Make/files
- applications/test/SphericalTensor2D/Make/options 2 additions, 0 deletionsapplications/test/SphericalTensor2D/Make/options
- applications/test/SphericalTensor2D/Test-SphericalTensor2D.C 331 additions, 0 deletionsapplications/test/SphericalTensor2D/Test-SphericalTensor2D.C
- applications/test/SymmTensor/Make/files 3 additions, 0 deletionsapplications/test/SymmTensor/Make/files
- applications/test/SymmTensor/Make/options 2 additions, 0 deletionsapplications/test/SymmTensor/Make/options
- applications/test/SymmTensor/Test-SymmTensor.C 576 additions, 0 deletionsapplications/test/SymmTensor/Test-SymmTensor.C
- applications/test/SymmTensor2D/Make/files 3 additions, 0 deletionsapplications/test/SymmTensor2D/Make/files
- applications/test/SymmTensor2D/Make/options 2 additions, 0 deletionsapplications/test/SymmTensor2D/Make/options
- applications/test/SymmTensor2D/Test-SymmTensor2D.C 538 additions, 0 deletionsapplications/test/SymmTensor2D/Test-SymmTensor2D.C
- applications/test/Tensor/Make/files 3 additions, 0 deletionsapplications/test/Tensor/Make/files
- applications/test/Tensor/Make/options 2 additions, 0 deletionsapplications/test/Tensor/Make/options
- applications/test/Tensor/Test-Tensor.C 964 additions, 0 deletionsapplications/test/Tensor/Test-Tensor.C
- applications/test/Tensor2D/Make/files 3 additions, 0 deletionsapplications/test/Tensor2D/Make/files
- applications/test/Tensor2D/Make/options 2 additions, 0 deletionsapplications/test/Tensor2D/Make/options
Please register or sign in to comment