Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
zero_dirichlet.f90 File Reference

Go to the source code of this file.

Data Types

type  zero_dirichlet::zero_dirichlet_t
 Zero-valued Dirichlet boundary condition. Used for no-slip walls, but also for various auxillary conditions, such as for residuals. More...
 

Modules

module  zero_dirichlet
 Defines a zero-valued Dirichlet boundary condition.
 

Functions/Subroutines

subroutine zero_dirichlet::zero_dirichlet_init (this, coef, json)
 Constructor.
 
subroutine zero_dirichlet::zero_dirichlet_init_from_components (this, coef)
 Constructor.
 
subroutine zero_dirichlet::zero_dirichlet_apply_scalar (this, x, n, t, tstep, strong)
 Apply boundary condition to a scalar field. to a vector x.
 
subroutine zero_dirichlet::zero_dirichlet_apply_vector (this, x, y, z, n, t, tstep, strong)
 Apply boundary condition to a vector field.
 
subroutine zero_dirichlet::zero_dirichlet_apply_scalar_dev (this, x_d, t, tstep, strong)
 Apply boundary condition to a scalar field, device version.
 
subroutine zero_dirichlet::zero_dirichlet_apply_vector_dev (this, x_d, y_d, z_d, t, tstep, strong)
 Apply boundary condition to a vector field, device version.
 
subroutine zero_dirichlet::zero_dirichlet_free (this)
 Destructor.
 
subroutine zero_dirichlet::zero_dirichlet_finalize (this)
 Finalize.