Code simplification: GeometricField<Type, fvPatchField, volMesh> -> VolField<Type>
Using the VolField<Type> partial specialisation of GeometricField<Type, fvPatchField, volMesh> simplifies the code and improves readability.
This commit is contained in:
@ -72,7 +72,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
#include "createPhi.H"
|
||||
|
||||
GeometricField<symmTensor, fvPatchField, volMesh> st
|
||||
VolField<symmTensor> st
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user