30template <
typename ShapeFunction,
int GlobalDim>
37 typename ShapeMatricesType::template MatrixType<ShapeFunction::NPOINTS,
38 ShapeFunction::NPOINTS>;
40 typename ShapeMatricesType::template VectorType<ShapeFunction::NPOINTS>;
58 std::size_t
const local_matrix_size,
60 bool is_axially_symmetric,
62 :
HTFEM<ShapeFunction, GlobalDim>(element, local_matrix_size,
64 is_axially_symmetric, process_data, 1)
69 Eigen::VectorXd
const& local_x,
70 Eigen::VectorXd
const& local_x_prev,
72 std::vector<double>& local_M_data,
73 std::vector<double>& local_K_data,
74 std::vector<double>& local_b_data)
override;
78 std::vector<GlobalVector*>
const& x,
79 std::vector<NumLib::LocalToGlobalIndexMap const*>
const& dof_table,
80 std::vector<double>& cache)
const override;
84 Eigen::VectorXd
const& local_x,
85 Eigen::VectorXd
const& local_x_prev,
86 std::vector<double>& local_M_data,
87 std::vector<double>& local_K_data,
88 std::vector<double>& local_b_data);
92 Eigen::VectorXd
const& local_x,
93 std::vector<double>& local_M_data,
94 std::vector<double>& local_K_data);
static const int temperature_index
static const int temperature_size
static const int pressure_size
static const int pressure_index
typename ShapeMatricesType::NodalMatrixType NodalMatrixType
void assembleForStaggeredScheme(double const t, double const dt, Eigen::VectorXd const &local_x, Eigen::VectorXd const &local_x_prev, int const process_id, std::vector< double > &local_M_data, std::vector< double > &local_K_data, std::vector< double > &local_b_data) override
typename ShapeMatricesType::ShapeMatrices ShapeMatrices
typename ShapeMatricesType::NodalVectorType NodalVectorType
typename ShapeMatricesType::GlobalDimNodalMatrixType GlobalDimNodalMatrixType
typename ShapeMatricesType::NodalRowVectorType NodalRowVectorType
typename ShapeMatricesType::GlobalDimVectorType GlobalDimVectorType
typename ShapeMatricesType::template MatrixType< ShapeFunction::NPOINTS, ShapeFunction::NPOINTS > LocalMatrixType
void assembleHydraulicEquation(double const t, double const dt, Eigen::VectorXd const &local_x, Eigen::VectorXd const &local_x_prev, std::vector< double > &local_M_data, std::vector< double > &local_K_data, std::vector< double > &local_b_data)
void assembleHeatTransportEquation(double const t, double const dt, Eigen::VectorXd const &local_x, std::vector< double > &local_M_data, std::vector< double > &local_K_data)
typename ShapeMatricesType::GlobalDimMatrixType GlobalDimMatrixType
std::vector< double > const & getIntPtDarcyVelocity(const double t, std::vector< GlobalVector * > const &x, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_table, std::vector< double > &cache) const override
typename ShapeMatricesType::template VectorType< ShapeFunction::NPOINTS > LocalVectorType
StaggeredHTFEM(MeshLib::Element const &element, std::size_t const local_matrix_size, NumLib::GenericIntegrationMethod const &integration_method, bool is_axially_symmetric, HTProcessData const &process_data)
NumLib::ShapeMatrices< NodalRowVectorType, DimNodalMatrixType, DimMatrixType, GlobalDimNodalMatrixType > ShapeMatrices
MatrixType< ShapeFunction::NPOINTS, ShapeFunction::NPOINTS > NodalMatrixType
MatrixType< GlobalDim, ShapeFunction::NPOINTS > GlobalDimNodalMatrixType
MatrixType< GlobalDim, GlobalDim > GlobalDimMatrixType
VectorType< GlobalDim > GlobalDimVectorType
VectorType< ShapeFunction::NPOINTS > NodalVectorType
RowVectorType< ShapeFunction::NPOINTS > NodalRowVectorType