BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_Mesh_compute_surface.hpp
Go to the documentation of this file.
1//
2// Created by Christian Messe on 27.06.20.
3//
4
5#ifndef BELFEM_FN_MESH_COMPUTE_SURFACE_HPP
6#define BELFEM_FN_MESH_COMPUTE_SURFACE_HPP
7
8#include "typedefs.hpp"
9#include "cl_Vector.hpp"
10#include "cl_Mesh.hpp"
11
12namespace belfem
13{
14 namespace mesh
15 {
16//------------------------------------------------------------------------------
17
18 real
19 compute_surface( Mesh * aMesh, const Vector< id_t > & aSideSetIDs );
20
21//------------------------------------------------------------------------------
22 }
23}
24#endif //BELFEM_FN_MESH_COMPUTE_SURFACE_HPP
Definition cl_EF_EdgeFunction.hpp:17
real compute_surface(Mesh *aMesh, const Vector< id_t > &aSideSetIDs)
Definition fn_Mesh_compute_surface.cpp:27
USER GUIDES:
Definition cl_Capacitor.cpp:16
double real
Definition typedefs.hpp:36