SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SoftmaxRefinement< dim, spacedim >::CopyData Struct Reference

A struct to hold copy data for parallel assembly. More...

#include <SoftmaxRefinement.h>

Public Member Functions

 CopyData (const unsigned int n_target_points)
 

Public Attributes

Vector< double > potential_values
 The potential values at the target points.
 

Detailed Description

template<int dim, int spacedim = dim>
struct SoftmaxRefinement< dim, spacedim >::CopyData

A struct to hold copy data for parallel assembly.

Definition at line 80 of file SoftmaxRefinement.h.

Constructor & Destructor Documentation

◆ CopyData()

template<int dim, int spacedim = dim>
SoftmaxRefinement< dim, spacedim >::CopyData::CopyData ( const unsigned int  n_target_points)
inline

Definition at line 83 of file SoftmaxRefinement.h.

Member Data Documentation

◆ potential_values

template<int dim, int spacedim = dim>
Vector<double> SoftmaxRefinement< dim, spacedim >::CopyData::potential_values

The potential values at the target points.

Definition at line 81 of file SoftmaxRefinement.h.


The documentation for this struct was generated from the following file: