41 #include <lifev/core/fem/DOFInterface3Dto3D.hpp> 50 DOFInterface3Dto3D::DOFInterface3Dto3D (
const ReferenceFE& refFE,
const DOF& dof1,
57 M_dof (
new DOF ( refFE ) )
67 M_dof (
new DOF ( refFE1 ) )
70 DOFInterface3Dto3D::DOFInterface3Dto3D (
const ReferenceFE& refFE,
const DOF& dof )
89 M_dof = std::shared_ptr<DOF> (
new DOF ( refFE ) );
99 M_dof = std::shared_ptr<DOF> (
new DOF ( refFE1 ) );
107 coincide (
const std::vector<Real>& p1,
const std::vector<Real>& p2,
const Real& tol )
109 Real normDiff = fabs ( p1[ 0 ] - p2[ 0 ]) + fabs ( p1[ 1 ] - p2[ 1 ]) + fabs ( p1[ 2 ] - p2[ 2 ]);
111 return ( normDiff <= tol );
void updateInverseJacobian(const UInt &iQuadPt)
double Real
Generic real data.
The class for a reference Lagrangian finite element.