WARPXM v1.10.0
Loading...
Searching...
No Matches
tools.h
Go to the documentation of this file.
1#ifndef WXM_DFEM_TOOLS_H
2#define WXM_DFEM_TOOLS_H
3
4// Wm includes
6
7// STL libraries
8#include <algorithm>
9#include <cmath>
10#include <fstream>
11#include <iostream>
12#include <map>
13#include <vector>
14
15namespace wxm
16{
17namespace dfem
18{
19namespace tools
20{
22{
23public:
25 const int periphery_start_layer,
26 const int periphery_end_layer);
27
29 const int periphery_start_layer,
30 const int periphery_end_layer);
31
33 const int periphery_start_layer,
34 const int periphery_end_layer);
35
37 const int periphery_start_layer,
38 const int periphery_end_layer);
39
43};
44} // namespace tools
45} // namespace dfem
46} // namespace wxm
47
48#endif
Definition: wmudggeometry.h:108
WxRange represents a hyper-rectangular domain of an n-dimensional space of integers.
Definition: wxrange.h:23
Definition: tools.h:22
void initialize_face_scope(const WmUDGGeometry &geometry, const int periphery_start_layer, const int periphery_end_layer)
void initialize_element_scope_boundary(const WmUDGGeometry &geometry, const int periphery_start_layer, const int periphery_end_layer)
WxRange _interior
Definition: tools.h:40
WxRange _periphery
Definition: tools.h:41
void initialize_element_scope(const WmUDGGeometry &geometry, const int periphery_start_layer, const int periphery_end_layer)
WxRange _full
Definition: tools.h:42
void initialize_face_scope_boundary(const WmUDGGeometry &geometry, const int periphery_start_layer, const int periphery_end_layer)
Definition: phase_space_34duoprism.h:9
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8