Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 189 of file form_concat.h.
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_line< T, M > | line_type |
typedef form_concat_value< T, M > | value_type |
Public Member Functions | |
form_concat () | |
form_concat (const std::initializer_list< line_type > &il) | |
form_basic< T, M > | build_form () const |
Static Public Attributes | |
static constexpr size_type | undef = std::numeric_limits<size_type>::max() |
static constexpr size_type | zero = 0 |
Protected Attributes | |
std::list< line_type > | _l |
typedef csr_concat_value<T,M>::size_type size_type |
Definition at line 194 of file form_concat.h.
typedef csr_concat_value<T,M>::sizes_type sizes_type |
Definition at line 195 of file form_concat.h.
typedef csr_concat_value<T,M>::sizes_pair_type sizes_pair_type |
Definition at line 196 of file form_concat.h.
Definition at line 201 of file form_concat.h.
typedef form_concat_value<T,M> value_type |
Definition at line 202 of file form_concat.h.
form_concat | ( | ) |
Definition at line 206 of file form_concat.h.
form_concat | ( | const std::initializer_list< line_type > & | il | ) |
Definition at line 208 of file form_concat.h.
form_basic< T, M > build_form | ( | ) | const |
Definition at line 242 of file form_concat.cc.
Definition at line 198 of file form_concat.h.
Definition at line 199 of file form_concat.h.
Definition at line 226 of file form_concat.h.