Neko  0.8.99
A portable framework for high-order spectral element flow simulations
symmetry.f90 File Reference

Go to the source code of this file.

Data Types

type  symmetry::symmetry_t
 Mixed Dirichlet-Neumann symmetry plane condition. More...
 

Modules

module  symmetry
 Mixed Dirichlet-Neumann axis aligned symmetry plane.
 

Functions/Subroutines

subroutine symmetry::symmetry_init (this, coef)
 Initialize symmetry mask for each axis. More...
 
subroutine symmetry::symmetry_apply_scalar (this, x, n, t, tstep)
 No-op scalar apply. More...
 
subroutine symmetry::symmetry_apply_vector (this, x, y, z, n, t, tstep)
 Apply symmetry conditions (axis aligned) More...
 
subroutine symmetry::symmetry_apply_scalar_dev (this, x_d, t, tstep)
 No-op scalar apply (device version) More...
 
subroutine symmetry::symmetry_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 Apply symmetry conditions (axis aligned) (device version) More...
 
subroutine symmetry::symmetry_free (this)
 Destructor. More...