Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
field_dirichlet_vector.f90 File Reference

Go to the source code of this file.

Data Types

type  field_dirichlet_vector::field_dirichlet_vector_t
 Extension of the user defined dirichlet condition field_dirichlet More...
 

Modules

module  field_dirichlet_vector
 Defines inflow dirichlet conditions.
 

Functions/Subroutines

subroutine field_dirichlet_vector::field_dirichlet_vector_init (this, bc_name)
 Initializes thisfield_bc.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_free (this)
 Destructor. Currently unused as is, all field_dirichlet attributes are freed in fluid_scheme::free.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_apply_scalar (this, x, n, t, tstep)
 Apply scalar by performing a masked copy.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_apply_scalar_dev (this, x_d, t, tstep)
 Apply scalar (device).
 
subroutine field_dirichlet_vector::field_dirichlet_vector_apply_vector (this, x, y, z, n, t, tstep)
 (No-op) Apply vector.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 (No-op) Apply vector (device).