OGS
SpecificBodyForceData.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <Eigen/Core>
13
15{
16template <int DisplacementDim>
18{
19 Eigen::Vector<double, DisplacementDim> specific_body_force;
20};
21} // namespace ProcessLib::ThermoRichardsMechanics
Eigen::Vector< double, DisplacementDim > specific_body_force