![]() |
SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
|
A struct to hold scratch data for parallel assembly. More...
#include <SotSolver.h>
Public Member Functions | |
ScratchData (const FiniteElement< dim, spacedim > &fe, const Mapping< dim, spacedim > &mapping, const Quadrature< dim > &quadrature) | |
ScratchData (const ScratchData &other) | |
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 132 of file SotSolver.h.
|
inline |
Definition at line 133 of file SotSolver.h.
|
inline |
Definition at line 140 of file SotSolver.h.
FEValues<dim, spacedim> SotSolver< dim, spacedim >::ScratchData::fe_values |
FEValues object for the current cell.
Definition at line 147 of file SotSolver.h.
std::vector<double> SotSolver< dim, spacedim >::ScratchData::density_values |
The density values at the quadrature points of the current cell.
Definition at line 148 of file SotSolver.h.