Neko 1.99.1
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, coef, json)
 Constructor.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_init_from_components (this, coef)
 Constructor from components.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_free (this)
 Destructor. Currently unused as is, all field_dirichlet attributes are freed in fluid_scheme_incompressible::free.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_apply_scalar (this, x, n, time, strong)
 No-op apply scalar.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_apply_scalar_dev (this, x_d, time, strong, strm)
 No-op apply scalar (device).
 
subroutine field_dirichlet_vector::field_dirichlet_vector_apply_vector (this, x, y, z, n, time, strong)
 Apply the boundary condition to a vector field.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm)
 Apply the boundary condition to a vector field on the device.
 
subroutine field_dirichlet_vector::field_dirichlet_vector_finalize (this, only_facets)
 Finalize by building the mask arrays and propagating to underlying bcs.