IgANet
IgANets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
model.hpp File Reference

Model capabilities. More...

#include <iganet.h>
#include <webapps_config.hpp>

Go to the source code of this file.

Classes

struct  iganet::IndexOutOfBoundsException
 IndexOutOfBounds exception. More...
 
struct  iganet::InvalidModelAttributeException
 InvalidModelAttribute exception. More...
 
struct  iganet::InvalidModelException
 InvalidModel exception. More...
 
class  iganet::Model< T >
 Model interface. More...
 
class  iganet::ModelAddPatch
 Model add patch. More...
 
class  iganet::ModelComputeError
 Model error computation. More...
 
class  iganet::ModelElevate
 Model degree elevation. More...
 
class  iganet::ModelEval
 Model evaluator. More...
 
class  iganet::ModelIncrease
 Model degree increase. More...
 
class  iganet::ModelRefine
 Model refinement. More...
 
class  iganet::ModelRemovePatch
 Model remove patch. More...
 
class  iganet::ModelReparameterize
 Model reparameterization. More...
 
class  iganet::ModelSerialize
 Model serialization. More...
 
class  iganet::ModelXML
 Model XML serialization. More...
 

Namespaces

namespace  iganet
 

Enumerations

enum class  iganet::io {
  iganet::scalar = 0 , iganet::scalarfield = 1 , iganet::vectorfield = 2 , iganet::scalarfield_boundary = 3 ,
  iganet::vectorfield_boundary = 4
}
 Enumerator for specifying the output type. More...
 

Detailed Description

Model capabilities.

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