19#include "hierarchic_scalar_fe_space.h"
20#include "loc_comp_ellbvp.h"
21#include "mesh_function_fe.h"
22#include "mesh_function_grad_fe.h"
23#include "prolongation.h"
24#include "scalar_fe_space.h"
25#include "scalar_reference_finite_element.h"
64using mesh::utils::operator*;
65using mesh::utils::operator+;
66using 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.
unsigned int sub_idx_t
type for local indices of sub-entities
lf::base::glb_idx_t glb_idx_t
lf::base::size_type size_type
Collects data structures and algorithms designed for scalar finite element methods primarily meant fo...
lf::assemble::dim_t dim_t
lf::assemble::gdof_idx_t gdof_idx_t
lf::assemble::ldof_idx_t ldof_idx_t
lf::base::sub_idx_t sub_idx_t
lf::assemble::glb_idx_t glb_idx_t
lf::assemble::size_type size_type