BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_Mesh_compute_edge_lengths.hpp
Go to the documentation of this file.
1//
2// Created by Christian Messe on 14.06.20.
3//
4
5#ifndef BELFEM_FN_MESH_COMPUTE_EDGE_LENGTHS_HPP
6#define BELFEM_FN_MESH_COMPUTE_EDGE_LENGTHS_HPP
7
8#include "typedefs.hpp"
9#include "cl_Cell.hpp"
10#include "cl_Vector.hpp"
11#include "cl_Element.hpp"
12
13namespace belfem
14{
15 namespace mesh
16 {
17//------------------------------------------------------------------------------
18
19 void
21 const uint aDimension,
22 Cell< mesh::Element * > & aElements,
23 Vector< real > & aEdgeLength );
24
25//------------------------------------------------------------------------------
26
27 }
28}
29#endif //BELFEM_FN_MESH_COMPUTE_EDGE_LENGTHS_HPP
Definition cl_EF_EdgeFunction.hpp:17
void compute_edge_lengths(const uint aDimension, Cell< mesh::Element * > &aElements, Vector< real > &aEdgeLength)
Definition fn_Mesh_compute_edge_lengths.cpp:19
USER GUIDES:
Definition cl_Capacitor.cpp:16
unsigned int uint
Definition typedefs.hpp:30