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

Go to the source code of this file.

Data Types

type  dirichlet::dirichlet_t
 Generic Dirichlet boundary condition \( x = g \) on \(\partial \Omega\). More...
 

Modules

module  dirichlet
 Defines a dirichlet boundary condition.
 

Functions/Subroutines

subroutine dirichlet::dirichlet_apply_scalar (this, x, n, t, tstep)
 Boundary condition apply for a generic Dirichlet condition to a vector x. More...
 
subroutine dirichlet::dirichlet_apply_vector (this, x, y, z, n, t, tstep)
 Boundary condition apply for a generic Dirichlet condition to vectors x, y and z. More...
 
subroutine dirichlet::dirichlet_apply_scalar_dev (this, x_d, t, tstep)
 Boundary condition apply for a generic Dirichlet condition to a vector x (device version) More...
 
subroutine dirichlet::dirichlet_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 Boundary condition apply for a generic Dirichlet condition to vectors x, y and z (device version) More...
 
subroutine dirichlet::dirichlet_set_g (this, g)
 Set value of \( g \). More...