Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
SimdItem.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* SimdItem.cc (C) 2000-2022 */
9/* */
10/* Types of entities and entity enumerators for vectorization. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
14#include "arcane/utils/FatalErrorException.h"
16
17/*---------------------------------------------------------------------------*/
18/*---------------------------------------------------------------------------*/
19
20namespace Arcane
21{
22
23/*---------------------------------------------------------------------------*/
24/*---------------------------------------------------------------------------*/
25
26// To test the validity of all template methods
27
28template class SimdItemT<Node>;
29template class SimdItemEnumeratorT<Node>;
30template class SimdItemIndexT<Node>;
31template class SimdItemDirectT<Node>;
32template class SimdItemDirectIndexT<Node>;
33
34/*---------------------------------------------------------------------------*/
35/*---------------------------------------------------------------------------*/
36
37} // End namespace Arcane
38
39/*---------------------------------------------------------------------------*/
40/*---------------------------------------------------------------------------*/
Vector index without indirection for an entity type.
Definition SimdItem.h:214
Manages a vector of ItemType entities.
Definition SimdItem.h:323
Enumerator over a list of entities.
Definition SimdItem.h:494
Vector index with indirection for an entity type. TODO: store the indices in a vector register to be ...
Definition SimdItem.h:182
Manages a vector of ItemType entities.
Definition SimdItem.h:272
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --