CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   How is the function bnegb defined (https://www.cfd-online.com/Forums/openfoam-solving/60664-how-function-bnegb-defined.html)

Luckyluke (Luckyluke) January 13, 2005 02:16

Where can I find the code abou
 
Where can I find the code about the funs 'neg'?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~``
tmp > neg ( const tmp > & )


tmp > neg ( const GeometricField & )


void neg ( GeometricField & Res,
const GeometricField & sf
)


tmp neg ( const tmp & )


tmp neg ( const UList & )


void neg ( scalarField & Res,
const UList & sf
)


tmp > neg ( const tmp > & )


tmp > neg ( const FieldField & )


void neg ( FieldField & Res,
const FieldField & sf
)


dimensionedScalar neg ( const dimensionedScalar & )

Mattijs Janssens (Mattijs) January 13, 2005 04:55

I would either use the Doxyge
 
I would either use the Doxygen documentation or go to $FOAM_SRC and 'grep' for it in */lnInclude/*.H.

(all the libraries have an lnInclude directory where all the files are linked to)

Mattijs


All times are GMT -4. The time now is 06:27.