![]() |
IgANet
IgANets - Isogeometric Analysis Networks
|
G+Smo PDE model. More...
#include <GismoGeometryModel.hpp>
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. | |
G+Smo PDE model.
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/.
struct iganet::webapp::GismoBoundaryCondition |
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. |
struct iganet::webapp::GismoFunction |
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. |