Rheolef  7.1
an efficient C++ finite element environment
form_concat_line< T, M >

Public Types

typedef csr_concat_value< T, M >::size_type size_type
 
typedef csr_concat_value< T, M >::sizes_type sizes_type
 
typedef csr_concat_value< T, M >::sizes_pair_type sizes_pair_type
 
typedef form_concat_value< T, Mvalue_type
 
typedef std::list< value_type >::const_iterator const_iterator
 

Public Member Functions

 form_concat_line ()
 
 form_concat_line (const std::initializer_list< value_type > &il)
 
const_iterator begin () const
 
const_iterator end () const
 
void build_form_pass0 (std::vector< std::pair< bool, space_basic< T, M > > > &l_Xh, space_basic< T, M > &Yh, size_t i_comp=0) const
 
void build_form_pass1 (space_basic< T, M > &Xh, space_basic< T, M > &Yh) const
 
form_basic< T, Mbuild_form_pass2 (const space_basic< T, M > &Xh, const space_basic< T, M > &Yh) const
 
form_basic< T, Mbuild_form () const
 

Static Public Member Functions

static void build_first_space (const std::vector< std::pair< bool, space_basic< T, M > > > &l_Xh, space_basic< T, M > &Xh)
 

Static Public Attributes

static constexpr size_type undef = std::numeric_limits<size_type>::max()
 
static constexpr size_type zero = 0
 

Protected Attributes

std::list< value_type_l
 

Detailed Description

template<class T, class M>
class rheolef::details::form_concat_line< T, M >

Definition at line 135 of file form.h.

Member Typedef Documentation

◆ size_type

Definition at line 121 of file form_concat.h.

◆ sizes_type

Definition at line 122 of file form_concat.h.

◆ sizes_pair_type

Definition at line 123 of file form_concat.h.

◆ value_type

Definition at line 128 of file form_concat.h.

◆ const_iterator

Definition at line 129 of file form_concat.h.

Constructor & Destructor Documentation

◆ form_concat_line() [1/2]

Definition at line 133 of file form_concat.h.

◆ form_concat_line() [2/2]

form_concat_line ( const std::initializer_list< value_type > &  il)

Definition at line 135 of file form_concat.h.

Member Function Documentation

◆ begin()

const_iterator begin ( ) const

Definition at line 144 of file form_concat.h.

◆ end()

const_iterator end ( ) const

Definition at line 145 of file form_concat.h.

◆ build_form_pass0()

void build_form_pass0 ( std::vector< std::pair< bool, space_basic< T, M > > > &  l_Xh,
space_basic< T, M > &  Yh,
size_t  i_comp = 0 
) const

Definition at line 36 of file form_concat.cc.

◆ build_first_space()

void build_first_space ( const std::vector< std::pair< bool, space_basic< T, M > > > &  l_Xh,
space_basic< T, M > &  Xh 
)
static

Definition at line 172 of file form_concat.cc.

◆ build_form_pass1()

void build_form_pass1 ( space_basic< T, M > &  Xh,
space_basic< T, M > &  Yh 
) const

Definition at line 189 of file form_concat.cc.

◆ build_form_pass2()

form_basic< T, M > build_form_pass2 ( const space_basic< T, M > &  Xh,
const space_basic< T, M > &  Yh 
) const

Definition at line 200 of file form_concat.cc.

◆ build_form()

form_basic< T, M > build_form

Definition at line 228 of file form_concat.cc.

Member Data Documentation

◆ undef

constexpr size_type undef = std::numeric_limits<size_type>::max()
staticconstexpr

Definition at line 125 of file form_concat.h.

◆ zero

constexpr size_type zero = 0
staticconstexpr

Definition at line 126 of file form_concat.h.

◆ _l

std::list<value_type> _l
protected

Definition at line 164 of file form_concat.h.


The documentation for this class was generated from the following files: