BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_Mesh_integrate_scalar_over_sidesets.hpp
Go to the documentation of this file.
1//
2// Created by Christian Messe on 16.12.20.
3//
4
5#ifndef BELFEM_FN_MESH_INTEGRATE_SCALAR_OVER_SIDESETS_HPP
6#define BELFEM_FN_MESH_INTEGRATE_SCALAR_OVER_SIDESETS_HPP
7
8#include "typedefs.hpp"
9#include "cl_Mesh.hpp"
10
11namespace belfem
12{
13 namespace mesh
14 {
15//------------------------------------------------------------------------------
16
17 real
19 Mesh * aMesh,
20 const string & aFieldLabel,
21 const Vector< id_t > & aSidesetIDs,
22 const proc_t aMasterRank );
23
24//------------------------------------------------------------------------------
25 }
26}
27#endif //BELFEM_FN_MESH_INTEGRATE_SCALAR_OVER_SIDESETS_HPP
Definition cl_EF_EdgeFunction.hpp:17
real integrate_scalar_over_sidesets(Mesh *aMesh, const string &aFieldLabel, const Vector< id_t > &aSidesetIDs, const proc_t aMasterRank)
Definition fn_Mesh_integrate_scalar_over_sidesets.cpp:31
USER GUIDES:
Definition cl_Capacitor.cpp:16
int proc_t
Definition commtypes.hpp:29
double real
Definition typedefs.hpp:36