Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90500519
aka_element_classes_info_inline_impl.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 2, 06:03
Size
1 KB
Mime Type
text/x-c
Expires
Mon, Nov 4, 06:03 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
20453942
Attached To
rAKA akantu
aka_element_classes_info_inline_impl.hh
View Options
/**
* @file aka_element_classes_info_inline_impl.hh
*
* @author Aurelia Isabel Cuba Ramos <aurelia.cubaramos@epfl.ch>
* @author Nicolas Richart <nicolas.richart@epfl.ch>
*
* @date creation: Thu Jun 18 2015
* @date last modification: Wed Jan 10 2018
*
* @brief Implementation of the streaming fonction for the element classes
* enums
*
*
* Copyright (©) 2015-2018 EPFL (Ecole Polytechnique Fédérale de Lausanne)
* Laboratory (LSMS - Laboratoire de Simulation en Mécanique des Solides)
*
* Akantu is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* Akantu is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Akantu. If not, see <http://www.gnu.org/licenses/>.
*
*/
/* -------------------------------------------------------------------------- */
#include <unordered_map>
/* -------------------------------------------------------------------------- */
#ifndef AKANTU_AKA_ELEMENT_CLASSES_INFO_INLINE_IMPL_HH_
#define AKANTU_AKA_ELEMENT_CLASSES_INFO_INLINE_IMPL_HH_
namespace
akantu
{
AKANTU_ENUM_OUTPUT_STREAM
(
ElementType
,
AKANTU_ALL_ELEMENT_TYPE
(
_not_defined
)(
_max_element_type
))
AKANTU_ENUM_INPUT_STREAM
(
ElementType
,
AKANTU_ALL_ELEMENT_TYPE
)
AKANTU_ENUM_OUTPUT_STREAM
(
InterpolationType
,
AKANTU_INTERPOLATION_TYPES
)
AKANTU_ENUM_INPUT_STREAM
(
InterpolationType
,
AKANTU_INTERPOLATION_TYPES
)
AKANTU_ENUM_OUTPUT_STREAM
(
ElementKind
,
AKANTU_ELEMENT_KIND
)
AKANTU_ENUM_INPUT_STREAM
(
ElementKind
,
AKANTU_ELEMENT_KIND
)
}
// namespace akantu
#endif
/* AKANTU_AKA_ELEMENT_CLASSES_INFO_INLINE_IMPL_HH_ */
Event Timeline
Log In to Comment