G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
biharmonic_surface_example.cpp File Reference

Tutorial on how to use expression assembler and gsUnstructuredSplines to solve the Surface Biharmonic equation. More...

+ Include dependency graph for biharmonic_surface_example.cpp:

Classes

class  deriv2_expr< E >
 Computes the second derivative of an expression. More...
 
class  deriv2dot_expr< E1, E2 >
 Expression that takes the second derivative of an expression and multiplies it with a row vector. More...
 

Namespaces

 gismo
 The G+Smo namespace, containing all definitions for the library.
 
 gismo::expr
 This namespace contains expressions used for FE computations.
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Tutorial on how to use expression assembler and gsUnstructuredSplines to solve the Surface Biharmonic equation.

This file is part of the G+Smo library.

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

Author(s): P. Weinmueller, H.M Verhelst

Function Documentation

int main ( int  argc,
char *  argv[] 
)

[Parse command line]

[Parse command line]

[Read Argument inputs]

[Read geometry]

[Refinement]

[Refinement]

[Boundary condition]

[Boundary condition]

[Problem setup]

[Problem setup]

[Solver loop]

[Solver loop]

[Error and convergence rates]

[Error and convergence rates]

[Export visualization in ParaView]

[Export visualization in ParaView]