Template Class Buffer

Class Documentation

template<std::size_t ndofs>
class Buffer

Solver buffer for the sweep.

Public Functions

inline constexpr Buffer()

Construct and zero-fill the buffer.

inline double *A()

Get pointer to the linear system matrix.

inline double *b()

Get poitner to the vector containing the angular flux.

inline double *s()

Get pointer to the source vector.