A MeshFunction returning the velocity computed from the basis function coefficients of a vector poten...
MeshFunctionVelocity(std::shared_ptr< const lf::uscalfe::UniformScalarFESpace< SCALAR_FE > > fe_space, const Eigen::Matrix< SCALAR_COEFF, Eigen::Dynamic, 1 > &dof_vector)
Create a new MeshFunctionVelocity from a scalar finite element space and a coefficient vector.
const lf::fe::MeshFunctionGradFE< SCALAR_FE, SCALAR_COEFF > grad_
auto operator()(const lf::mesh::Entity &entity, const Eigen::MatrixXd &local) const
MeshFunctionVelocity(std::shared_ptr< T >, const Eigen::Matrix< SCALAR_COEFF, Eigen::Dynamic, 1 > &) -> MeshFunctionVelocity< typename T::Scalar, SCALAR_COEFF >