Go to the source code of this file.
|
| module | wall_gll_sampler |
| | Implements sampling from GLL nodes at prescribed off-wall indices.
|
| |
|
| 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.
|
| |