Ifpack2 Templated Preconditioning Package  Version 1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | List of all members
Ifpack2::BlockTriDiContainerDetails::ComputeResidualVector< MatrixType > Struct Template Reference

#include <Ifpack2_BlockTriDiContainer_impl.hpp>

Public Types

using local_ordinal_type_1d_view = typename impl_type::local_ordinal_type_1d_view
 views More...
 
using member_type = typename Kokkos::TeamPolicy< execution_space >::member_type
 team policy member type (used in cuda) More...
 

Detailed Description

template<typename MatrixType>
struct Ifpack2::BlockTriDiContainerDetails::ComputeResidualVector< MatrixType >

compute local residula vector y = b - R x

Member Typedef Documentation

template<typename MatrixType >
using Ifpack2::BlockTriDiContainerDetails::ComputeResidualVector< MatrixType >::local_ordinal_type_1d_view = typename impl_type::local_ordinal_type_1d_view

views

template<typename MatrixType >
using Ifpack2::BlockTriDiContainerDetails::ComputeResidualVector< MatrixType >::member_type = typename Kokkos::TeamPolicy<execution_space>::member_type

team policy member type (used in cuda)


The documentation for this struct was generated from the following file: