Commit Graph

3 Commits

Author SHA1 Message Date
def4772281 Documentation: Centred the Class Declaration comment
Patch contributed by Institute of Fluid Dynamics,
Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
2020-08-28 13:28:58 +01:00
47ae10a310 sampledSet: Corrected header documentation 2020-01-06 14:25:19 +00:00
cfead3c2c0 sampledSet: Added cellSet and faceSet sampled sets
Added sets for sampling the cell-centres and face-centres of a cellSet
or faceSet. Example usage:

    sets
    (
        c0
        {
            type cellSet;
            set c0;
            axis xyz;
        }

        f0
        {
            type faceSet;
            set f0;
            axis xyz;
        }
    );
2020-01-06 14:22:33 +00:00