BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_Mesh_compute_volume.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_VOLUME_HPP
6#define BELFEM_FN_MESH_COMPUTE_VOLUME_HPP
7#include "typedefs.hpp"
8#include "cl_Vector.hpp"
9#include "cl_Mesh.hpp"
10namespace belfem
11{
12 namespace mesh
13 {
14//------------------------------------------------------------------------------
15
16 real
17 compute_volume( Mesh * aMesh, const id_t aBlockIDs );
18
19//------------------------------------------------------------------------------
20
21 real
22 compute_volume( Mesh * aMesh, const Vector< id_t > & aBlockIDs );
23
24//------------------------------------------------------------------------------
25 }
26}
27#endif //BELFEM_FN_MESH_COMPUTE_VOLUME_HPP
Definition cl_EF_EdgeFunction.hpp:17
real compute_volume(Mesh *aMesh, const id_t aBlockID)
Definition fn_Mesh_compute_volume.cpp:22
USER GUIDES:
Definition cl_Capacitor.cpp:16
unsigned int id_t
Definition typedefs.hpp:41
double real
Definition typedefs.hpp:36