![]() |
SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
|
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. | |
A struct to hold scratch data for parallel assembly.
Definition at line 58 of file SoftmaxRefinement.h.
|
inline |
Definition at line 59 of file SoftmaxRefinement.h.
|
inline |
Definition at line 66 of file SoftmaxRefinement.h.
FEValues<dim, spacedim> SoftmaxRefinement< dim, spacedim >::ScratchData::fe_values |
FEValues object for the current cell.
Definition at line 73 of file SoftmaxRefinement.h.
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.