Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
hyteg
hyteg
Commits
58ae726b
Commit
58ae726b
authored
Aug 29, 2019
by
Dominik Thoennes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add COPYING.txt; move EdgeDoFOrientatin into seperate file [skip ci]
parent
df4f36f7
Pipeline
#17589
skipped
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
696 additions
and
0 deletions
+696
-0
COPYING.txt
COPYING.txt
+674
-0
src/tinyhhg_core/edgedofspace/EdgeDoFOrientation.hpp
src/tinyhhg_core/edgedofspace/EdgeDoFOrientation.hpp
+22
-0
No files found.
COPYING.txt
0 → 100644
View file @
58ae726b
This diff is collapsed.
Click to expand it.
src/tinyhhg_core/edgedofspace/EdgeDoFOrientation.hpp
0 → 100644
View file @
58ae726b
#pragma once
#include "core/DataTypes.h"
namespace
hhg
{
namespace
edgedof
{
/// Mapping of X,Y,Z coordinates to uint_t
/// located in seperate file to reduce dependencies in generated kernels
enum
class
EdgeDoFOrientation
:
walberla
::
uint_t
{
X
,
Y
,
Z
,
XY
,
XZ
,
YZ
,
XYZ
,
INVALID
,
};
}
// namespace edgedof
}
// namespace hhg
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment