Class documentation of Concepts

Loading...
Searching...
No Matches
sharedJacobian.hh
Go to the documentation of this file.
1
6#ifndef sharedjacobiangeometry_hh
7#define sharedjacobiangeometry_hh
8
9#include "basics/cloneable.hh"
10#include "toolbox/array.hh"
11
12namespace concepts {
13
14 // forward declarations
15 class Cell;
16
17 // ***************************************************** SharedJacobianDet **
18
38 public:
40 virtual ~SharedJacobianDet();
41 virtual SharedJacobianDet* clone() const {
42 return new SharedJacobianDet(); }
46 const Cell* lastCell;
47 };
48
49
50 // ***************************************************** SharedJacobianAdj **
51
72 template<uint dim>
86
87} // namespace hp2D
88
89#endif // sharedjacobiangeometry_hh
const Cell * lastCell
Cell for which at last the Jacobian has been evaluated.
Array< Mapping< Real, dim > > adjJacobian
Adjunct of the Jacobian matrix.
virtual SharedJacobianAdj * clone() const
Array< Real > detJacobianInv
Inverse of the determinant of the Jacobian matrix.
virtual SharedJacobianDet * clone() const
const Cell * lastCell
Cell for which at last the Jacobian has been evaluated.
Array< Real > detJacobian
Inverse of the determinant of the Jacobian matrix.