36 #ifndef EXPRESSION_PHI_J_HPP 37 #define EXPRESSION_PHI_J_HPP 39 #include <lifev/core/LifeV.hpp> 41 #include <lifev/eta/expression/ExpressionBase.hpp> 48 namespace ExpressionAssembly
55 class ExpressionPhiJ :
public ExpressionBase<ExpressionPhiJ>
74 ExpressionPhiJ (
const ExpressionPhiJ&);
86 static void display (std::ostream& out = std::cout);
102 const ExpressionPhiJ phi_j;
void updateInverseJacobian(const UInt &iQuadPt)
class ExpressionBase Base class (static polymorphism, CRTP sense) for all the expressions used in ass...