SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
Loading...
Searching...
No Matches
Classes
SotSolver.h File Reference
#include <boost/geometry.hpp>
#include <boost/geometry/index/rtree.hpp>
#include <memory>
#include <map>
#include <mutex>
#include <atomic>
#include <deal.II/base/conditional_ostream.h>
#include <deal.II/lac/vector.h>
#include <deal.II/lac/la_parallel_vector.h>
#include <deal.II/lac/solver_control.h>
#include <deal.II/lac/lapack_full_matrix.h>
#include <deal.II/base/point.h>
#include <deal.II/fe/fe_values.h>
#include <deal.II/dofs/dof_handler.h>
#include <deal.II/base/work_stream.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/dofs/dof_tools.h>
#include <deal.II/grid/filtered_iterator.h>
#include <deal.II/numerics/rtree.h>
#include <deal.II/base/mpi.h>
#include <deal.II/base/utilities.h>
#include <deal.II/base/multithread_info.h>
#include <deal.II/optimization/solver_bfgs.h>
#include <deal.II/base/timer.h>
#include <deal.II/fe/fe_simplex_p.h>
#include <deal.II/fe/fe_q.h>
#include <deal.II/fe/mapping_fe.h>
#include <deal.II/fe/mapping_q1.h>
#include <deal.II/lac/generic_linear_algebra.h>
#include "SemiDiscreteOT/utils/ParameterManager.h"
#include "SemiDiscreteOT/utils/ColorDefinitions.h"
#include "SemiDiscreteOT/solvers/Distance.h"
Include dependency graph for SotSolver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SotSolver< dim, spacedim >
 A solver for semi-discrete optimal transport problems. More...
 
struct  SotSolver< dim, spacedim >::SourceMeasure
 A struct to hold all the necessary information about the source measure. More...
 
struct  SotSolver< dim, spacedim >::TargetMeasure
 A struct to hold all the necessary information about the target measure. More...
 
struct  SotSolver< dim, spacedim >::ScratchData
 A struct to hold scratch data for parallel assembly. More...
 
struct  SotSolver< dim, spacedim >::CopyData
 A struct to hold copy data for parallel assembly. More...
 
class  SotSolver< dim, spacedim >::VerboseSolverControl
 A verbose solver control class that prints the progress of the solver. More...