IgANet
IgANets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
iganet_stokes.cxx File Reference

Demonstration of IgANet Stokes solver. More...

#include <iganet.h>
#include <iostream>

Classes

class  stokes< Optimizer, GeometryMap, Variable >
 Specialization of the abstract IgANet class for Stokes's equation. More...
 

Functions

int main ()
 

Detailed Description

Demonstration of IgANet Stokes solver.

This example demonstrates how to implement a simple IgANet for learning the Stokes equation with (non-)homogeneous Dirichlet boundary conditions on a square geometry.

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

Function Documentation

◆ main()

int main ( )