SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
Loading...
Searching...
No Matches
SoftmaxRefinement< dim, spacedim > Member List

This is the complete list of members for SoftmaxRefinement< dim, spacedim >, including all inherited members.

compute_refinement(const std::vector< Point< spacedim > > &target_points_fine, const Vector< double > &target_density_fine, const std::vector< Point< spacedim > > &target_points_coarse, const Vector< double > &target_density_coarse, const Vector< double > &potential_coarse, double regularization_param, int current_level, const std::vector< std::vector< std::vector< size_t > > > &child_indices)SoftmaxRefinement< dim, spacedim >
current_child_indicesSoftmaxRefinement< dim, spacedim >private
current_distance_thresholdSoftmaxRefinement< dim, spacedim >private
current_lambdaSoftmaxRefinement< dim, spacedim >private
current_levelSoftmaxRefinement< dim, spacedim >private
current_potential_coarseSoftmaxRefinement< dim, spacedim >private
current_target_density_coarseSoftmaxRefinement< dim, spacedim >private
current_target_density_fineSoftmaxRefinement< dim, spacedim >private
current_target_points_coarseSoftmaxRefinement< dim, spacedim >private
current_target_points_fineSoftmaxRefinement< dim, spacedim >private
distance_functionSoftmaxRefinement< dim, spacedim >private
dof_handlerSoftmaxRefinement< dim, spacedim >private
feSoftmaxRefinement< dim, spacedim >private
find_nearest_target_points(const Point< spacedim > &query_point) constSoftmaxRefinement< dim, spacedim >private
IndexedPoint typedefSoftmaxRefinement< dim, spacedim >private
is_simplex_element() constSoftmaxRefinement< dim, spacedim >inlineprivate
local_assemble(const typename DoFHandler< dim, spacedim >::active_cell_iterator &cell, ScratchData &scratch_data, CopyData &copy_data)SoftmaxRefinement< dim, spacedim >private
mappingSoftmaxRefinement< dim, spacedim >private
mpi_communicatorSoftmaxRefinement< dim, spacedim >private
n_mpi_processesSoftmaxRefinement< dim, spacedim >private
pcoutSoftmaxRefinement< dim, spacedim >private
quadrature_orderSoftmaxRefinement< dim, spacedim >private
RTree typedefSoftmaxRefinement< dim, spacedim >private
RTreeParams typedefSoftmaxRefinement< dim, spacedim >private
set_distance_function(const std::function< double(const Point< spacedim > &, const Point< spacedim > &)> &dist)SoftmaxRefinement< dim, spacedim >inline
setup_rtree()SoftmaxRefinement< dim, spacedim >private
SoftmaxRefinement(MPI_Comm mpi_comm, const DoFHandler< dim, spacedim > &dof_handler, const Mapping< dim, spacedim > &mapping, const FiniteElement< dim, spacedim > &fe, const LinearAlgebra::distributed::Vector< double > &source_density, unsigned int quadrature_order, double distance_threshold, bool use_log_sum_exp_trick=true)SoftmaxRefinement< dim, spacedim >
source_densitySoftmaxRefinement< dim, spacedim >private
target_points_rtreeSoftmaxRefinement< dim, spacedim >private
this_mpi_processSoftmaxRefinement< dim, spacedim >private
use_log_sum_exp_trickSoftmaxRefinement< dim, spacedim >private