IgANet
IGAnets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
iganet.hpp File Reference

Isogeometric analysis network. More...

Go to the source code of this file.

Classes

class  iganet::IgABase< std::tuple< Inputs... >, std::tuple< Outputs... >, std::tuple< CollPts... > >
 
class  iganet::IgABase< std::tuple< Inputs... >, std::tuple< Outputs... >, void >
 
class  iganet::IgANet< Optimizer, Inputs, Outputs, CollPts >
 IgANet. More...
 
class  iganet::IgANetCustomizable< std::tuple< Inputs... >, std::tuple< Outputs... >, std::tuple< CollPts... > >
 
class  iganet::IgANetCustomizable< std::tuple< Inputs... >, std::tuple< Outputs... >, void >
 
struct  iganet::IgANetOptions
 IgANetOptions. More...
 

Namespaces

namespace  iganet
 

Functions

template<typename Optimizer , typename Inputs , typename Outputs , typename CollPts >
requires OptimizerType<Optimizer>
std::ostream & iganet::operator<< (std::ostream &os, const IgANet< Optimizer, Inputs, Outputs, CollPts > &obj)
 Prints an IgANet object.
 

Detailed Description

Isogeometric analysis network.

Author
Matthias Moller.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.