• Skip navigation
  • Skip to navigation
  • Skip to the bottom
Simulate organization breadcrumb open Simulate organization breadcrumb close
Friedrich-Alexander-Universität Professur für Numerische Simulation und Hochleistungsrechnen NSHPC
  • FAUTo the central FAU website
  1. Friedrich-Alexander University
  2. Faculty of Engineering
  3. Department of Computer Science
Suche öffnen
  • Campo
  • StudOn
  • FAUdir
  • Jobs
  • Map
  • Help
  1. Friedrich-Alexander University
  2. Faculty of Engineering
  3. Department of Computer Science
Friedrich-Alexander-Universität Professur für Numerische Simulation und Hochleistungsrechnen NSHPC
Navigation Navigation close
  • Group
    • Travel and venue information
    • Staff
    • Templates
    Portal Contact
  • Research
    • Conferences
    • Publications
    • Research projects
    • Software
    Portal Research
  • Teaching
  1. Home
  2. Research
  3. Software
  4. ExPDE
  5. Unstructured block grids

Unstructured block grids

In page navigation: Research
  • Conferences
  • Publications
  • Research projects
  • Scientific Computing
  • Software
    • ExPDE
      • Colsamm
      • EasyExtemps
      • ExPDE library
      • Staggered grids
      • Unstructured block grids
  • Student Theses

Unstructured block grids

  • Example
  • Download
  • Handbook
Function1<double> Sin(sin); // definition of functions
Function1<double> Sinh(sinh);

X_coordinate X(grid);
Y_coordinate Y(grid);
Z_coordinate Z(grid);

Local_stiffness_matrix<double> Laplace(grid);
Local_stiffness_matrix<double> Helm(grid);

Laplace.Calculate(grad(v_())*grad(w_()));
Helm.Calculate(v_()*w_());

u_exakt = Sin(X)*Sinh(Y)*Z; // exact solution

u = 0.0;
Professur für Numerische Simulation und Hochleistungsrechnen
System simulation

Cauerstraße 11
91058 Erlangen
Germany
  • Imprint
  • Privacy
  • Accessibility
  • Facebook
  • RSS Feed
  • Twitter
  • Xing
Up