Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_assert.h"
#include "sll_errors.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
Data Types | |
type | sll_t_conservative_sampling_params |
type used to enforce some conservation properties in the sampling – (there may be more than just one scalar) More... | |
Modules | |
module | sll_m_particle_sampling_interface |
Interface routines for sampling and resampling particle groups. | |
Functions/Subroutines | |
subroutine | set_total_charge (self, target_total_charge) |
subroutine, public | sll_s_sample_particle_group (particle_group, distribution_params, random_sampler, nb_weights, control_variate, conservative_sampling_params, xmin, Lx) |
sampling interface More... | |
subroutine, public | sll_s_resample_particle_group (particle_group, conservative_sampling_params) |
resampling interface More... | |