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

Multi-patch container class. More...

#include <iganet/splines/boundary.hpp>
#include <string_view>

Go to the source code of this file.

Classes

class  iganet::MultiPatch< Patch >
 Multi-patch container class. More...
 
class  iganet::PatchInterface< Patch >
 Connection between two patch sides. More...
 

Namespaces

namespace  iganet
 

Functions

template<typename Patch >
std::ostream & iganet::operator<< (std::ostream &os, const MultiPatch< Patch > &obj)
 Writes a human-readable multi-patch representation to a stream.
 
template<typename Patch >
torch::serialize::OutputArchive & iganet::operator<< (torch::serialize::OutputArchive &archive, const MultiPatch< Patch > &obj)
 Serializes a multi-patch object.
 
template<typename Patch >
torch::serialize::InputArchive & iganet::operator>> (torch::serialize::InputArchive &archive, MultiPatch< Patch > &obj)
 Deserializes a multi-patch object.
 

Detailed Description

Multi-patch container class.

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/.