Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
  • 1
    Online-Ressource
    Online-Ressource
    Cham :Springer International Publishing :
    UID:
    almahu_9947389260302882
    Umfang: XI, 146 p. 17 illus., 16 illus. in color. , online resource.
    ISBN: 9783319524627
    Serie: Simula SpringerBriefs on Computing ; 3
    Inhalt: This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, including the Poisson equation, the equations of linear elasticity, the incompressible Navier–Stokes equations, and systems of nonlinear advection–diffusion–reaction equations, it guides readers through the essential steps to quickly solving a PDE in FEniCS, such as how to define a finite variational problem, how to set boundary conditions, how to solve linear and nonlinear systems, and how to visualize solutions and structure finite element Python programs. This book is open access under a CC BY license.
    Anmerkung: 1 Preliminaries -- 2 Fundamentals: Solving the Poisson Equation -- 3 A Gallery of Finite Element Solvers -- 4 Subdomains and Boundary Conditions -- 5 Extensions: Improving the Poisson Solver -- References.
    In: Springer eBooks
    Weitere Ausg.: Printed edition: ISBN 9783319524610
    Sprache: Englisch
    Fachgebiete: Mathematik
    RVK:
    Schlagwort(e): Electronic books.
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (kostenfrei)
    URL: Cover
    URL: Volltext  (kostenfrei)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    Springer Nature | Cham :Springer International Publishing :
    UID:
    almafu_9958198880502883
    Umfang: 1 online resource (XI, 146 p. 17 illus., 16 illus. in color.)
    Ausgabe: 1st ed. 2016.
    ISBN: 9783319524627 , 3319524623
    Serie: Simula SpringerBriefs on Computing, 3
    Inhalt: This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, including the Poisson equation, the equations of linear elasticity, the incompressible Navier–Stokes equations, and systems of nonlinear advection–diffusion–reaction equations, it guides readers through the essential steps to quickly solving a PDE in FEniCS, such as how to define a finite variational problem, how to set boundary conditions, how to solve linear and nonlinear systems, and how to visualize solutions and structure finite element Python programs. This book is open access under a CC BY license.
    Anmerkung: 1 Preliminaries -- 2 Fundamentals: Solving the Poisson Equation -- 3 A Gallery of Finite Element Solvers -- 4 Subdomains and Boundary Conditions -- 5 Extensions: Improving the Poisson Solver -- References. , English
    Weitere Ausg.: ISBN 9783319524610
    Weitere Ausg.: ISBN 3319524615
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Springer Nature
    UID:
    gbv_1778606334
    Umfang: 1 Online-Ressource (146 p.)
    ISBN: 9783319524627
    Serie: Simula SpringerBriefs on Computing
    Inhalt: This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, including the Poisson equation, the equations of linear elasticity, the incompressible Navier–Stokes equations, and systems of nonlinear advection–diffusion–reaction equations, it guides readers through the essential steps to quickly solving a PDE in FEniCS, such as how to define a finite variational problem, how to set boundary conditions, how to solve linear and nonlinear systems, and how to visualize solutions and structure finite element Python programs. This book is open access under a CC BY license
    Anmerkung: English
    Sprache: Englisch
    Mehr zum Autor: Logg, Anders 1976-
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    UID:
    gbv_177857999X
    Umfang: 1 Online-Ressource
    ISBN: 9783319524627
    Serie: Simula SpringerBriefs on Computing
    Inhalt: computer science; algorithms; visualization; software; programming
    Anmerkung: English
    Sprache: Englisch
    Mehr zum Autor: Logg, Anders 1976-
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    Cham :Springer,
    UID:
    kobvindex_HPB1066184466
    Umfang: 1 online resource (152 pages)
    ISBN: 9783319524627 , 3319524623 , 9783319524610 , 3319524615
    Serie: Simula SpringerBriefs on Computing Ser. ; v. 3
    Inhalt: Computer science; algorithms; visualization; software; programming.
    Anmerkung: 5.1.1 A more general solver function. , Intro; Foreword; Contents; Preface; 1 Preliminaries; 1.1 The FEniCS Project; 1.2 What you will learn; 1.3 Working with this tutorial; 1.4 Obtaining the software; 1.4.1 Installation using Docker containers; 1.4.2 Installation using Ubuntu packages; 1.4.3 Testing your installation; 1.5 Obtaining the tutorial examples; 1.6 Background knowledge; 1.6.1 Programming in Python; 1.6.2 The finite element method; 2 Fundamentals: Solving the Poisson equation; 2.1 Mathematical problem formulation; 2.1.1 Finite element variational formulation; 2.1.2 Abstract finite element variational formulation. , 2.1.3 Choosing a test problem2.2 FEniCS implementation; 2.2.1 The complete program; 2.2.2 Running the program; 2.3 Dissection of the program; 2.3.1 The important first line; 2.3.2 Generating simple meshes; 2.3.3 Defining the finite element function space; 2.3.4 Defining the trial and test functions; 2.3.5 Defining the boundary conditions; 2.3.6 Defining the source term; 2.3.7 Defining the variational problem; 2.3.8 Forming and solving the linear system; 2.3.9 Plotting the solution using the plot command; 2.3.10 Plotting the solution using ParaView; 2.3.11 Computing the error. , 2.3.12 Examining degrees of freedom and vertex values2.4 Deflection of a membrane; 2.4.1 Scaling the equation; 2.4.2 Defining the mesh; 2.4.3 Defining the load; 2.4.4 Defining the variational problem; 2.4.5 Plotting the solution; 2.4.6 Making curve plots through the domain; 3 A Gallery of finite element solvers; 3.1 The heat equation; 3.1.1 PDE problem; 3.1.2 Variational formulation; 3.1.3 FEniCS implementation; 3.2 A nonlinear Poisson equation; 3.2.1 PDE problem; 3.2.2 Variational formulation; 3.2.3 FEniCS implementation; 3.3 The equations of linear elasticity; 3.3.1 PDE problem. , 3.3.2 Variational formulation3.3.3 FEniCS implementation; 3.4 The Navier-Stokes equations; 3.4.1 PDE problem; 3.4.2 Variational formulation; 3.4.3 FEniCS implementation; 3.5 A system of advection-diffusion-reaction equations; 3.5.1 PDE problem; 3.5.2 Variational formulation; 3.5.3 FEniCS implementation; 4 Subdomains and boundary conditions; 4.1 Combining Dirichlet and Neumann conditions; 4.1.1 PDE problem; 4.1.2 Variational formulation; 4.1.3 FEniCS implementation; 4.2 Setting multiple Dirichlet conditions; 4.3 Defining subdomains for different materials. , 4.3.1 Using expressions to define subdomains4.3.2 Using mesh functions to define subdomains; 4.3.3 Using C++ code snippets to define subdomains; 4.4 Setting multiple Dirichlet, Neumann, and Robin conditions; 4.4.1 Three types of boundary conditions; 4.4.2 PDE problem; 4.4.3 Variational formulation; 4.4.4 FEniCS implementation; 4.4.5 Test problem; 4.4.6 Debugging boundary conditions; 4.5 Generating meshes with subdomains; 4.5.1 PDE problem; 4.5.2 Variational formulation; 4.5.3 FEniCS implementation; 5 Extensions: Improving the Poisson solver; 5.1 Refactoring the Poisson solver. , English.
    Weitere Ausg.: Print version: Langtangen, Hans Petter. Solving PDEs in Python : The FEniCS Tutorial I. Cham : Springer, ©2017 ISBN 9783319524610
    Sprache: Englisch
    URL: OAPEN
    URL: OAPEN
    URL: OAPEN  (Creative Commons License)
    URL: Image  (Thumbnail cover image)
    URL: Image  (Thumbnail cover image)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Meinten Sie 3319024663?
Meinten Sie 3319524615?
Meinten Sie 3319224603?
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie auf den KOBV Seiten zum Datenschutz