18#include <lf/mesh/utils/utils.h>
20#include "fe_space_lagrange_o1.h"
21#include "fe_space_lagrange_o2.h"
22#include "fe_space_lagrange_o3.h"
24#include "loc_comp_ellbvp.h"
25#include "uniform_scalar_fe_space.h"
57using mesh::utils::operator*;
58using mesh::utils::operator+;
59using mesh::utils::operator-;
auto squaredNorm(const A &a) -> MeshFunctionUnary< internal::UnaryOpSquaredNorm, A >
Pointwise squared norm of another mesh function.
auto transpose(const A &a) -> MeshFunctionUnary< internal::UnaryOpTranspose, A >
Pointwise transpose of an Eigen::Matrix or Eigen::Array
auto adjoint(const A &a) -> MeshFunctionUnary< internal::UnaryOpAdjoint, A >
Pointwise adjoint of an Eigen::Matrix, i.e. the conjugate transposed of the matrix.
auto conjugate(const A &a) -> MeshFunctionUnary< internal::UnaryOpConjugate, A >
Pointwise conjuagte of an Eigen::Matrix, Eigen::Array or scalar valued mesh function.
Collects data structures and algorithms designed for scalar finite element methods primarily meant fo...