#include </home/runner/work/iganet/iganet/include/net/collocation.hpp>
|
| using | type = std::pair< typename CollPts::eval_type, typename CollPts::boundary_eval_type > |
| | Type of the collocation points.
|
| |
◆ type
template<detail::HasAsTensor CollPts>
| using iganet::CollPtsHelper< CollPts >::type = std::pair<typename CollPts::eval_type, typename CollPts::boundary_eval_type> |
Type of the collocation points.
◆ collPts() [1/2]
template<detail::HasAsTensor CollPts>
Returns the collocation points of the index-th function spaces.
In the default implementation the collocation points are the Greville abscissae in the interior of the domain and on the boundary faces. This behavior can be changed by overriding this virtual function in a derived class.
◆ collPts() [2/2]
template<detail::HasAsTensor CollPts>
Returns the collocation points of the index-th function space.
In the default implementation the collocation points are the Greville abscissae in the interior of the domain and on the boundary faces. This behavior can be changed by overriding this virtual function in a derived class.
The documentation for this class was generated from the following file: