Rheolef
7.1
an efficient C++ finite element environment
|
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 |
Friends | |
std::ostream & | operator<< (std::ostream &o, const form_concat< T, M > &x) |
Definition at line 188 of file form_concat.h.
typedef csr_concat_value<T,M>::size_type size_type |
Definition at line 193 of file form_concat.h.
typedef csr_concat_value<T,M>::sizes_type sizes_type |
Definition at line 194 of file form_concat.h.
typedef csr_concat_value<T,M>::sizes_pair_type sizes_pair_type |
Definition at line 195 of file form_concat.h.
typedef form_concat_line<T,M> line_type |
Definition at line 200 of file form_concat.h.
typedef form_concat_value<T,M> value_type |
Definition at line 201 of file form_concat.h.
form_concat | ( | ) |
Definition at line 205 of file form_concat.h.
form_concat | ( | const std::initializer_list< line_type > & | il | ) |
Definition at line 207 of file form_concat.h.
form_basic< T, M > build_form | ( | ) | const |
Definition at line 242 of file form_concat.cc.
|
friend |
Definition at line 213 of file form_concat.h.
Definition at line 197 of file form_concat.h.
|
staticconstexpr |
Definition at line 198 of file form_concat.h.
|
protected |
Definition at line 225 of file form_concat.h.