14 #ifndef _ZOLTAN2_IDENTIFIERADAPTER_HPP_
15 #define _ZOLTAN2_IDENTIFIERADAPTER_HPP_
59 template <
typename User>
64 #ifndef DOXYGEN_SHOULD_SKIP_THIS
71 typedef User userCoord_t;
enum BaseAdapterType adapterType() const
Returns the type of adapter.
Zoltan2::BaseAdapter< userTypes_t > base_adapter_t
IdentifierAdapter defines the interface for identifiers.
typename InputTraits< User >::scalar_t scalar_t
typename InputTraits< User >::part_t part_t
typename InputTraits< User >::node_t node_t
typename InputTraits< User >::gno_t gno_t
BaseAdapterType
An enum to identify general types of adapters.
identifier data, just a list of IDs
typename InputTraits< User >::lno_t lno_t
Zoltan2::BasicUserTypes< zscalar_t, zlno_t, zgno_t > user_t