9 if(
string)cerr << endl <<
string << endl;
20 for(i = 0; i< 8; i ++)
26 for(i = 0; i< 19; i ++)
35 TPZShapeCube::ShapeCube(point,
id, order, phi);
36 TPZShapeCube::ShapeCube(point,
id, order, OldPhi, OldDPhi);
38 cout <<
"Calculated by Fad" << phi;
39 cout <<
"Old derivative method (phi)\n" << OldPhi;
40 cout <<
"Old derivative method (dPhi)\n" << OldDPhi;
42 shapeFAD::ExplodeDerivatives(phi, DiffPhi, DiffDPhi);
45 cout <<
"FAD derivative method (phi)\n" << DiffPhi;
46 cout <<
"FAD derivative method (dPhi)\n" << DiffDPhi;
Contains TPZShapeCube class which implements the shape functions of a hexaedral element.
Full matrix class. Matrix.
Contains the declaration of TPZFlopCounter class and TPZCounter struct.