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

Go to the source code of this file.

Data Types

type  expression_dirichlet_vector::expression_dirichlet_vector_t
 Vector valued Dirichlet condition, with one mathematical expression per component, given in the case file. More...
 

Modules

module  expression_dirichlet_vector
 Defines a vector valued Dirichlet condition prescribed by mathematical expressions.
 

Functions/Subroutines

subroutine expression_dirichlet_vector::expression_dirichlet_vector_init (this, coef, json)
 Constructor from JSON.
 
subroutine expression_dirichlet_vector::expression_dirichlet_vector_init_from_components (this, coef, str_x, str_y, str_z)
 Constructor from components.
 
subroutine expression_dirichlet_vector::expression_dirichlet_vector_free (this)
 Destructor.
 
subroutine expression_dirichlet_vector::expression_dirichlet_vector_finalize (this, only_facets)
 Finalize.
 
subroutine expression_dirichlet_vector::expression_dirichlet_vector_update (this, time, strm)
 Bring the values up to date with the current time.
 
subroutine expression_dirichlet_vector::expression_dirichlet_vector_apply_scalar (this, x, n, time, strong)
 (No-op) Apply scalar.
 
subroutine expression_dirichlet_vector::expression_dirichlet_vector_apply_scalar_dev (this, x_d, time, strong, strm)
 (No-op) Apply scalar (device version).
 
subroutine expression_dirichlet_vector::expression_dirichlet_vector_apply_vector (this, x, y, z, n, time, strong)
 Apply the condition to a vector field.
 
subroutine expression_dirichlet_vector::expression_dirichlet_vector_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm)
 Apply the condition to a vector field (device version).