Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
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, json)
 Constructor.
 
subroutine symmetry::symmetry_init_from_components (this, coef)
 Constructor from components.
 
subroutine symmetry::symmetry_finalize (this, only_facets)
 Finalize. Marks the appropriate faces for application of a homogeneous Dirchlet condition based on the direction of the axis normal.
 
subroutine symmetry::symmetry_get_normal_axis (this, sx, sy, sz, facet, el)
 Compute the average normal for a facet of an element.
 
subroutine symmetry::symmetry_apply_scalar (this, x, n, time, strong)
 No-op scalar apply.
 
subroutine symmetry::symmetry_apply_vector (this, x, y, z, n, time, strong)
 Apply symmetry conditions (axis aligned)
 
subroutine symmetry::symmetry_apply_scalar_dev (this, x_d, time, strong, strm)
 No-op scalar apply (device version)
 
subroutine symmetry::symmetry_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm)
 Apply symmetry conditions (axis aligned) (device version)
 
subroutine symmetry::symmetry_free (this)
 Destructor.