#include "FITTD3DLoop.h"
Public Member Functions | |
FITTD3DLoop (Grid< T > *grid, CurlCoefficients3D< T > *coefficients, CurlCoefficients3D< T > *coefficientsDual) | |
FITTD3DLoop (FITTD3DLoop &other)=delete | |
FITTD3DLoop & | operator= (FITTD3DLoop &other)=delete |
virtual | ~FITTD3DLoop () |
index_t | GetIndexToCoordinate (index_t x, index_t y, index_t z) const |
int | GetVectorLength () const |
const Alignment | GetAlignment () const |
DegreesOfFreedom3DLoopCPU< T > * | GetDegreesOfFreedom () |
const T | GetTimeDiscretization () const |
Public Member Functions inherited from FITTD | |
virtual | ~FITTD () |
virtual void | UpdateSimulationValuesE ()=0 |
virtual void | UpdateSimulationValuesH ()=0 |
Protected Attributes | |
Grid< T > * | _grid = nullptr |
CurlCoefficients3D< T > * | _coefficients = nullptr |
CurlCoefficients3D< T > * | _coefficientsDual = nullptr |
DegreesOfFreedom3DLoopCPU< T > | _doF |
|
inlineexplicit |
|
delete |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |
|
protected |
|
protected |
|
protected |
|
protected |