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

Go to the source code of this file.

Data Types

type  wall_gll_sampler::wall_gll_sampler_t
 Wall sampler implementation for GLL nodes at prescribed off-wall indices. More...
 

Modules

module  wall_gll_sampler
 Implements sampling from GLL nodes at prescribed off-wall indices.
 

Functions/Subroutines

subroutine wall_gll_sampler::wall_gll_sampler_init (this, json)
 Partial constructor from JSON.
 
subroutine wall_gll_sampler::wall_gll_sampler_init_from_indices (this, indices, output_h)
 Partial constructor from off-wall GLL indices.
 
subroutine wall_gll_sampler::wall_gll_sampler_init_from_user (this, n_samples, output_h)
 Partial constructor for user-provided GLL sampling indices.
 
subroutine wall_gll_sampler::wall_gll_sampler_init_from_components (this, indices, sample_idx, h, output_h)
 Fully construct a GLL sampler from its resolved components.
 
subroutine wall_gll_sampler::wall_gll_sampler_finalize (this, coef, msk, facet, n_x, n_y, n_z, bc_name, user)
 Construct field indices and wall-normal distances for sampling. Completes initialization.
 
subroutine wall_gll_sampler::wall_gll_sampler_sample (this, field, values)
 Sample the solution field at the sampling points.
 
subroutine wall_gll_sampler::wall_gll_sampler_free (this)
 Destructor.