HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
operatorfillers.hpp
Go to the documentation of this file.
1#ifndef OPERATORFILLERS_HPP
2#define OPERATORFILLERS_HPP
3
4#include <xgrad.hpp>
5#include <xrotrot.hpp>
6
7namespace HArDCore2D {
8 namespace XRotRotDetail {
9 std::vector<Eigen::MatrixXd> _fill_potential_operators(size_t iT, const XRotRot * x_rotrot);
10 std::vector<Eigen::MatrixXd> _fill_gradient_operators(size_t iT, const XGrad * x_grad);
11 } // namespace XRotRotDetail
12} // namespace HArDCore2D
13#endif
Discrete H1 space: local operators, L2 product and global interpolator.
Definition xgrad.hpp:17
Discrete HRotRot space: local operators, L2 product and global interpolator.
Definition xrotrot.hpp:20
std::vector< Eigen::MatrixXd > _fill_gradient_operators(size_t iT, const XGrad *x_grad)
Definition operatorfillers.cpp:55
std::vector< Eigen::MatrixXd > _fill_potential_operators(size_t iT, const XRotRot *x_rotrot)
Definition operatorfillers.cpp:6
Definition ddr-klplate.hpp:27