GADGET-4
peano.h
Go to the documentation of this file.
1
/*******************************************************************************
2
* \copyright This file is part of the GADGET4 N-body/SPH code developed
3
* \copyright by Volker Springel. Copyright (C) 2014-2020 by Volker Springel
4
* \copyright (vspringel@mpa-garching.mpg.de) and all contributing authors.
5
*******************************************************************************/
6
12
#ifndef SORT_H
13
#define SORT_H
14
15
peanokey
peano_hilbert_key
(
MyIntPosType
x,
MyIntPosType
y,
MyIntPosType
z,
int
bits);
16
void
peano_hilbert_key_inverse
(
peanokey
key,
int
bits,
MyIntPosType
*x,
MyIntPosType
*y,
MyIntPosType
*z);
17
18
unsigned
char
peano_incremental_key
(
unsigned
char
pix,
unsigned
char
*rotation);
19
20
#endif
peanokey
Definition:
dtypes.h:208
MyIntPosType
uint32_t MyIntPosType
Definition:
dtypes.h:35
peano_hilbert_key_inverse
void peano_hilbert_key_inverse(peanokey key, int bits, MyIntPosType *x, MyIntPosType *y, MyIntPosType *z)
Definition:
peano.cc:146
peano_incremental_key
unsigned char peano_incremental_key(unsigned char pix, unsigned char *rotation)
Definition:
peano.cc:107
peano_hilbert_key
peanokey peano_hilbert_key(MyIntPosType x, MyIntPosType y, MyIntPosType z, int bits)
Definition:
peano.cc:83
src
sort
peano.h
Generated by
1.9.2