/[ff3d]/ff3d/solver/Convection.cpp
ViewVC logotype

Diff of /ff3d/solver/Convection.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:51 2003 UTC revision 1.2 by delpinux, Sat Sep 20 21:31:09 2003 UTC
# Line 24  Line 24 
24    The convection result is computed at vertex \a X.    The convection result is computed at vertex \a X.
25    Using a second order Crank-Nicholson scheme.    Using a second order Crank-Nicholson scheme.
26  */  */
27  const real_t Convection::operator()(const TinyVector<3>& X) const {  real_t Convection::operator()(const TinyVector<3>& X) const
28    {
29    TinyVector<3> X0 = X;    TinyVector<3> X0 = X;
30    TinyVector<3> X1;    TinyVector<3> X1;
31    TinyVector<3> X2;    TinyVector<3> X2;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26