Total solution vector length;
| 89 | |
| 90 | //! Total solution vector length; |
| 91 | size_t size() const { |
| 92 | return m_size; |
| 93 | } |
| 94 | |
| 95 | //! Call to set the size of internal data structures after first defining the system |
| 96 | //! or if the problem size changes, for example after grid refinement. |