mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Changed the function name "cofactors" to "cof" and propagated the function
through the field algebra.
This commit is contained in:
@ -46,6 +46,7 @@ UNARY_FUNCTION(symmTensor, symmTensor, twoSymm, transform)
|
||||
UNARY_FUNCTION(symmTensor, symmTensor, dev, transform)
|
||||
UNARY_FUNCTION(symmTensor, symmTensor, dev2, transform)
|
||||
UNARY_FUNCTION(scalar, symmTensor, det, transform)
|
||||
UNARY_FUNCTION(symmTensor, symmTensor, cof, cof)
|
||||
UNARY_FUNCTION(symmTensor, symmTensor, inv, inv)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user