PTEMS  0.1.0-dev+git.81fd0e4
PolyTopic Element Method Solver
ptems::DoFArraySlice< X > Struct Template Reference

Const reference to a consecutive subslice of a degrees of freedom array from a DiscreteFunction. More...

#include <ptems/space.hpp>

Collaboration diagram for ptems::DoFArraySlice< X >:

Public Attributes

std::vector< X >::const_iterator Begin
 Iterator to the start of the slice. More...
 
std::vector< X >::const_iterator End
 Iterator to one-past-end of the slice. More...
 

Detailed Description

template<typename X>
struct ptems::DoFArraySlice< X >

Const reference to a consecutive subslice of a degrees of freedom array from a DiscreteFunction.

Template Parameters
X

Member Data Documentation

◆ Begin

template<typename X >
std::vector<X>::const_iterator ptems::DoFArraySlice< X >::Begin

Iterator to the start of the slice.

◆ End

template<typename X >
std::vector<X>::const_iterator ptems::DoFArraySlice< X >::End

Iterator to one-past-end of the slice.


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