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

G+Smo PDE model. More...

Go to the source code of this file.

Classes

struct  iganet::webapp::GismoBoundaryCondition< T >
 G+Smo boundary condition POD. More...
 
struct  iganet::webapp::GismoFunction< T >
 G+Smo function POD. More...
 
class  iganet::webapp::GismoPdeModel< d, T >
 G+Smo PDE model. More...
 

Namespaces

namespace  iganet
 
namespace  iganet::webapp
 

Typedefs

template<typename T >
using iganet::webapp::GismoBoundaryConditionMap = std::map< int, std::map< int, GismoBoundaryCondition< T > > >
 G+Smo boundary condition look-up table.
 
template<typename T >
using iganet::webapp::GismoFunctionMap = std::map< int, std::map< int, GismoFunction< T > > >
 G+Smo function look-up table.
 

Detailed Description

G+Smo PDE model.

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


Class Documentation

◆ iganet::webapp::GismoBoundaryCondition

struct iganet::webapp::GismoBoundaryCondition
template<typename T>
struct iganet::webapp::GismoBoundaryCondition< T >

G+Smo boundary condition POD.

Class Members
gsFunctionExpr< T > function Boundary function expression.
bool isParametric Flag that indicates whether the boundary conditions is imposed on the parametric of physical domain.
type type Boundary type.

◆ iganet::webapp::GismoFunction

struct iganet::webapp::GismoFunction
template<typename T>
struct iganet::webapp::GismoFunction< T >

G+Smo function POD.

Class Members
gsFunctionExpr< T > function Function expression.
bool isParametric Flag that indicates whether the function expression is imposed on the parametric of physical domain.