Go to the source code of this file.
|
| template<FunctionSpaceType GeometryMap, FunctionSpaceType Variable> |
| auto | iganet::ezinterp (const GeometryMap &geometryMap, const Variable &variable, const std::function< std::array< torch::Tensor, Variable::template geoDim< 0 >()>(const std::array< torch::Tensor, Variable::template parDim< 0 >()> &)> mapping) |
| | Easy-to-use interpolation function.
|
| |
| template<FunctionSpaceType GeometryMap, FunctionSpaceType Variable> |
| auto | iganet::ezpoisson (const GeometryMap &geometryMap, const Variable &variable, const std::function< std::array< torch::Tensor, Variable::template geoDim< 0 >()>(const std::array< torch::Tensor, Variable::template parDim< 0 >()> &)> rhs) |
| | Easy-to-use Poisson solver function.
|
| |