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

Diff of /ff3d/solver/ConformTransformation.cpp

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

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:50 2003 UTC revision 1.2 by delpinux, Fri Feb 21 13:34:40 2003 UTC
# Line 56  ConformTransformationQ1Hexahedra::invert Line 56  ConformTransformationQ1Hexahedra::invert
56    
57      // Evaluation of the Jacobian      // Evaluation of the Jacobian
58      TinyMatrix<3,3,real_t> J;      TinyMatrix<3,3,real_t> J;
59      __dx(Xhat,X);      dx(Xhat,X);
60      for (size_t i=0; i<3; ++i)      for (size_t i=0; i<3; ++i)
61        J(i,0) = X[i];        J(i,0) = X[i];
62    
63      __dy(Xhat,X);      dy(Xhat,X);
64      for (size_t i=0; i<3; ++i)      for (size_t i=0; i<3; ++i)
65        J(i,1) = X[i];        J(i,1) = X[i];
66    
67      __dz(Xhat,X);      dz(Xhat,X);
68      for (size_t i=0; i<3; ++i)      for (size_t i=0; i<3; ++i)
69        J(i,2) = X[i];        J(i,2) = X[i];
70    

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