![]() |
IgANet
IGAnets - Isogeometric Analysis Networks
|
IgA dataset base class. More...
#include </home/runner/work/iganet/iganet/include/iganet/net/igabase.hpp>
Protected Member Functions | |
| template<typename T > | |
| void | read_from_xml (const std::string &location, T &obj, std::vector< torch::Tensor > &v) |
| Reads a function space from file. | |
IgA dataset base class.
This class implements the specialization of the torch dataset class for IgA solvers and nets.
|
inlineprotected |
Reads a function space from file.
| T | Template parameter T. |
| location | Value of location. |
| obj | Object to process. |
| v | Value of v. |