Snoopy Version 6.0 (Albert)
symmetries.c File Reference
#include "snoopy.h"
#include <stdlib.h>
#include "common.h"
#include "error.h"
#include "gfft.h"
#include "debug.h"
Include dependency graph for symmetries.c:

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)

Function Documentation

void enforce_complex_symm ( struct Field  fldi)

Here is the call graph for this function:

Here is the caller graph for this function:

void symm_cos_x ( double complex  wi[])

Symmetrize the complex space assuming wi is a cosine in the x direction /*

Here is the call graph for this function:

Here is the caller graph for this function:

void symm_cos_z ( double complex  wi[])

Symmetrize the complex space assuming wi is a cosine in the z direction /*

Here is the caller graph for this function:

void symm_sin_x ( double complex  wi[])

Symmetrize the complex space assuming wi is a cosine in the x direction /*

Here is the call graph for this function:

Here is the caller graph for this function:

void symm_sin_z ( double complex  wi[])

Symmetrize the complex space assuming wi is a sine in the z direction /*

Here is the caller graph for this function:

void symmetrize_complex ( double complex  wi[])

Symmetrize the complex space according to the symetries of the real tranform

Parameters:
wiField to be symmetrized

Here is the caller graph for this function:

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...)

Here is the call graph for this function:

void symmetrize_walls_z ( struct Field  fldi)

Symmetrize the complex space assuming we have walls in the vertical direction.

Here is the call graph for this function:

Here is the caller graph for this function: