BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
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
"
10
namespace
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
cl_Mesh.hpp
cl_Vector.hpp
belfem::mesh
Definition
cl_EF_EdgeFunction.hpp:17
belfem::mesh::compute_volume
real compute_volume(Mesh *aMesh, const id_t aBlockID)
Definition
fn_Mesh_compute_volume.cpp:22
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
belfem::id_t
unsigned int id_t
Definition
typedefs.hpp:41
belfem::real
double real
Definition
typedefs.hpp:36
typedefs.hpp
src
fem
postproc
fn_Mesh_compute_volume.hpp
Generated by
1.18.0