Snoopy Version 6.0 (Albert)
|
#include "snoopy.h"
#include <stdlib.h>
#include "common.h"
#include "error.h"
#include "gfft.h"
#include "debug.h"
Functions | |
void | symmetrize_complex (double complex wi[]) |
void | enforce_complex_symm (struct Field fldi) |
void | symm_sin_z (double complex wi[]) |
void | symm_cos_z (double complex wi[]) |
void | symm_cos_x (double complex wi[]) |
void | symm_sin_x (double complex wi[]) |
void | symmetrize_walls_x (struct Field fldi) |
void | symmetrize_walls_z (struct Field fldi) |
void enforce_complex_symm | ( | struct Field | fldi | ) |
void symm_cos_x | ( | double complex | wi[] | ) |
Symmetrize the complex space assuming wi is a cosine in the x direction /*
void symm_cos_z | ( | double complex | wi[] | ) |
Symmetrize the complex space assuming wi is a cosine in the z direction /*
void symm_sin_x | ( | double complex | wi[] | ) |
Symmetrize the complex space assuming wi is a cosine in the x direction /*
void symm_sin_z | ( | double complex | wi[] | ) |
Symmetrize the complex space assuming wi is a sine in the z direction /*
void symmetrize_complex | ( | double complex | wi[] | ) |
Symmetrize the complex space according to the symetries of the real tranform
wi | Field to be symmetrized |
void symmetrize_walls_x | ( | struct Field | fldi | ) |
Symmetrize the complex space assuming we have walls in the radial direction is equivalent to a plane Couette flow (but no spectral accuracy...)
void symmetrize_walls_z | ( | struct Field | fldi | ) |
Symmetrize the complex space assuming we have walls in the vertical direction.