1#ifndef THESIS_MESH_UTILS_H
2#define THESIS_MESH_UTILS_H
10#include <lf/mesh/entity.h>
Interface class representing a topological entity in a cellular complex
Eigen::Matrix< double, 2, 3 > computeOutwardNormals(const lf::mesh::Entity &entity)
Compute the outward pointing normals of a triangle.
Eigen::Matrix< double, 2, 3 > computeTangentials(const lf::mesh::Entity &entity)
Compute the tangentials onto a triangle.