BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
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
13
namespace
belfem
14
{
15
namespace
mesh
16
{
17
//------------------------------------------------------------------------------
18
19
void
20
compute_edge_lengths
(
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
cl_Cell.hpp
cl_Element.hpp
cl_Vector.hpp
belfem::mesh
Definition
cl_EF_EdgeFunction.hpp:17
belfem::mesh::compute_edge_lengths
void compute_edge_lengths(const uint aDimension, Cell< mesh::Element * > &aElements, Vector< real > &aEdgeLength)
Definition
fn_Mesh_compute_edge_lengths.cpp:19
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
belfem::uint
unsigned int uint
Definition
typedefs.hpp:30
typedefs.hpp
src
fem
postproc
fn_Mesh_compute_edge_lengths.hpp
Generated by
1.18.0