/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     |
    \\  /    A nd           | Web:      www.OpenFOAM.org
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Writes out the minimum and maximum values, by magnitude for non-scalar
    fields, and the locations where they occur.

\*---------------------------------------------------------------------------*/

minMaxMagnitude
{
    #includeEtc "caseDicts/postProcessing/minMax/fieldMinMax.cfg"

    fields (U p);
}

// ************************************************************************* //
