Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
wall_sampler::wall_sampler_finalize Interface Reference

Complete sampler setup after geometric and wall-node data are known. More...

Public Member Functions

subroutine wall_sampler_finalize (this, coef, msk, facet, n_x, n_y, n_z, bc_name, user)
 

Detailed Description

Parameters
coefSEM coefficients.
mskMask selecting local wall nodes.
facetFacet index for each selected wall node.
n_xX-component of wall-normal vectors at wall nodes.
n_yY-component of wall-normal vectors at wall nodes.
n_zZ-component of wall-normal vectors at wall nodes.
bc_nameName of the owning boundary condition when user values are requested.
userUser interface providing sampling callbacks when user values are requested.

Definition at line 100 of file wall_sampler.f90.

Constructor & Destructor Documentation

◆ wall_sampler_finalize()

subroutine wall_sampler::wall_sampler_finalize::wall_sampler_finalize ( class(wall_sampler_t), intent(inout this,
type(coef_t), intent(in coef,
integer, dimension(0:), intent(in msk,
integer, dimension(0:), intent(in facet,
type(vector_t), intent(in n_x,
type(vector_t), intent(in n_y,
type(vector_t), intent(in n_z,
character(len=*), intent(in), optional  bc_name,
type(user_t), intent(in), optional, target  user 
)
virtual

Definition at line 100 of file wall_sampler.f90.


The documentation for this interface was generated from the following file: