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

Go to the source code of this file.

Data Types

type  facet_normal::facet_normal_t
 Dirichlet condition in facet normal direction. More...
 

Modules

module  facet_normal
 Dirichlet condition applied in the facet normal direction.
 

Functions/Subroutines

subroutine facet_normal::facet_normal_init (this, coef, json)
 Constructor.
 
subroutine facet_normal::facet_normal_init_from_components (this, coef)
 Constructor from components.
 
subroutine facet_normal::facet_normal_apply_scalar (this, x, n, time, strong)
 No-op scalar apply.
 
subroutine facet_normal::facet_normal_apply_scalar_dev (this, x_d, time, strong, strm)
 No-op scalar apply on device.
 
subroutine facet_normal::facet_normal_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm)
 No-op vector apply on device.
 
subroutine facet_normal::facet_normal_apply_vector (this, x, y, z, n, time, strong)
 No-op vector apply.
 
subroutine facet_normal::facet_normal_apply_surfvec (this, x, y, z, u, v, w, n, time)
 Apply in facet normal direction (vector valued)
 
subroutine facet_normal::facet_normal_apply_surfvec_dev (this, x_d, y_d, z_d, u_d, v_d, w_d, time, strm)
 Apply in facet normal direction (vector valued, device version)
 
subroutine facet_normal::facet_normal_free (this)
 Destructor.
 
subroutine facet_normal::facet_normal_finalize (this, only_facets)
 Finalize.