BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
cl_ShiftRegister.hpp File Reference
#include <algorithm>
#include <initializer_list>
#include <cstdlib>
#include <new>
#include <type_traits>
#include "typedefs.hpp"
#include "assert.hpp"
Include dependency graph for cl_ShiftRegister.hpp:

Go to the source code of this file.

Classes

struct  belfem::is_shift_register_safe< T >
 Type trait: may T be stored in a ShiftRegister? More...
struct  belfem::is_shift_register_safe< Vector< T > >
struct  belfem::is_shift_register_safe< Matrix< T > >
class  belfem::ShiftRegister< T >
 Fixed-capacity FIFO with history, for time-stepping. More...

Namespaces

namespace  belfem
 USER GUIDES: