OGS
SecondaryData.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <Eigen/Core>
14#include <vector>
15
17
18namespace ProcessLib
19{
20namespace HeatTransportBHE
21{
24template <typename ShapeMatrixType>
26{
27 std::vector<ShapeMatrixType, Eigen::aligned_allocator<ShapeMatrixType>> N;
28};
29} // namespace HeatTransportBHE
30} // namespace ProcessLib
std::vector< ShapeMatrixType, Eigen::aligned_allocator< ShapeMatrixType > > N