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

Go to the source code of this file.

Data Types

type  neumann::neumann_t
 Generic Neumann boundary condition. This sets the flux of the field to the chosen value. More...
 

Modules

module  neumann
 Defines a Neumann boundary condition.
 

Functions/Subroutines

subroutine neumann::neumann_apply_scalar (this, x, n, t, tstep)
 Boundary condition apply for a generic Neumann condition to a vector x. More...
 
subroutine neumann::neumann_apply_vector (this, x, y, z, n, t, tstep)
 Boundary condition apply for a generic Neumann condition to vectors x, y and z. More...
 
subroutine neumann::neumann_apply_scalar_dev (this, x_d, t, tstep)
 Boundary condition apply for a generic Neumann condition to a vector x (device version) More...
 
subroutine neumann::neumann_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 Boundary condition apply for a generic Neumann condition to vectors x, y and z (device version) More...
 
subroutine neumann::neumann_free (this)
 Destructor. More...
 
pure real(kind=rp) function, dimension(this%msk(0)) neumann::neumann_flux (this)
 Get the flux. More...
 
subroutine neumann::neumann_finalize_neumann (this, flux)
 Finalize by setting the flux. More...