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

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

#include <SoftmaxRefinement.h>

Public Member Functions

 ScratchData (const FiniteElement< dim, spacedim > &fe, const Mapping< dim, spacedim > &mapping, const Quadrature< dim > &quadrature)
 
 ScratchData (const ScratchData &scratch_data)
 

Public Attributes

FEValues< dim, spacedim > fe_values
 FEValues object for the current cell.
 
std::vector< double > density_values
 The density values at the quadrature points of the current cell.
 

Detailed Description

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

A struct to hold scratch data for parallel assembly.

Definition at line 58 of file SoftmaxRefinement.h.

Constructor & Destructor Documentation

◆ ScratchData() [1/2]

template<int dim, int spacedim = dim>
SoftmaxRefinement< dim, spacedim >::ScratchData::ScratchData ( const FiniteElement< dim, spacedim > &  fe,
const Mapping< dim, spacedim > &  mapping,
const Quadrature< dim > &  quadrature 
)
inline

Definition at line 59 of file SoftmaxRefinement.h.

◆ ScratchData() [2/2]

template<int dim, int spacedim = dim>
SoftmaxRefinement< dim, spacedim >::ScratchData::ScratchData ( const ScratchData scratch_data)
inline

Definition at line 66 of file SoftmaxRefinement.h.

Member Data Documentation

◆ fe_values

template<int dim, int spacedim = dim>
FEValues<dim, spacedim> SoftmaxRefinement< dim, spacedim >::ScratchData::fe_values

FEValues object for the current cell.

Definition at line 73 of file SoftmaxRefinement.h.

◆ density_values

template<int dim, int spacedim = dim>
std::vector<double> SoftmaxRefinement< dim, spacedim >::ScratchData::density_values

The density values at the quadrature points of the current cell.

Definition at line 74 of file SoftmaxRefinement.h.


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