• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Programming Finite Elements in Java(tm) » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2946912]
• Literatura piękna
 [1852311]

  więcej...
• Turystyka
 [71421]
• Informatyka
 [150889]
• Komiksy
 [35717]
• Encyklopedie
 [23177]
• Dziecięca
 [617324]
• Hobby
 [138808]
• AudioBooki
 [1671]
• Literatura faktu
 [228371]
• Muzyka CD
 [400]
• Słowniki
 [2841]
• Inne
 [445428]
• Kalendarze
 [1545]
• Podręczniki
 [166819]
• Poradniki
 [480180]
• Religia
 [510412]
• Czasopisma
 [525]
• Sport
 [61271]
• Sztuka
 [242929]
• CD, DVD, Video
 [3371]
• Technologie
 [219258]
• Zdrowie
 [100961]
• Książkowe Klimaty
 [124]
• Zabawki
 [2341]
• Puzzle, gry
 [3766]
• Literatura w języku ukraińskim
 [255]
• Art. papiernicze i szkolne
 [7810]
Kategorie szczegółowe BISAC

Programming Finite Elements in Java(tm)

ISBN-13: 9781848829718 / Angielski / Twarda / 2010 / 420 str.

Gennadiy Nikishkov
Programming Finite Elements in Java(tm) Nikishkov, Gennadiy P. 9781848829718  - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Programming Finite Elements in Java(tm)

ISBN-13: 9781848829718 / Angielski / Twarda / 2010 / 420 str.

Gennadiy Nikishkov
cena 361,42
(netto: 344,21 VAT:  5%)

Najniższa cena z 30 dni: 346,96
Termin realizacji zamówienia:
ok. 22 dni roboczych
Dostawa w 2026 r.

Darmowa dostawa!

Programming Finite Elements in Java teaches the reader how to programme the algorithms of the finite element method (FEM) in Java . The compact, simple code helps the student to read the algorithms, to understand them and thus to be able to refine them. All of the main aspects of finite element techniques are considered: finite element solution; generation of finite element meshes; and visualization of finite element models and results with Java 3D .The step-by-step presentation includes algorithm programming and code explanation at each point. Problems and exercises are provided for each chapter, with Java source code and problem data sets available from http: //extras.springer.com/2010/978-1-84882-971-8.

Kategorie:
Technologie
Kategorie BISAC:
Technology & Engineering > Mechanical
Computers > Programming - General
Mathematics > Counting & Numeration
Język:
Angielski
ISBN-13:
9781848829718
Rok wydania:
2010
Ilość stron:
420
Waga:
0.70 kg
Wymiary:
23.37 x 15.49 x 2.54
Oprawa:
Twarda
Wolumenów:
01
Dodatkowe informacje:
Bibliografia
Wydanie ilustrowane
Podręcznik

From the reviews:

"Throughout the book, the author provides, in an object-oriented paradigm, clear and compact Java code snippets extracted from his own software application. ... The intended audience includes advanced undergraduate students in finite element analysis courses and graduate students in introductory FEM courses. Scientists and engineers who are familiar with FEM techniques can benefit from the book's discussion of object-oriented implementation. ... this book would also be highly valuable for computer scientists who want to learn about computational science and engineering and the FEM." (Alin Anton, ACM Computing Reviews, January, 2013)


Finite Element Formulation.- Finite Element Equations for Heat Transfer.- FEM for Solid Mechanics Problems.- Finite Element Program.- Finite Element Solution.- Finite Element Processor.- Finite Element Model.- Elastic Material.- Elements.- Numerical Integration.- Two-dimensional Isoparametric Elements.- Implementation of Two-dimensional Quadratic Element.- Three-dimensional Isoparametric Elements.- Implementation of Three-dimensional Quadratic Element.- Assembly and Solution.- Direct Equation Solver.- Iterative Equation Solver.- Load Data and Load Vector Assembly.- Stress Increment, Residual Vector and Results.- Elastic–Plastic Problems.- Mesh Generation.- Mesh Generator.- Two-dimensional Mesh Generators.- Generation of Three-dimensional Meshes by Sweeping.- Pasting Mesh Blocks.- Mesh Transformations.- Copying, Writing and Reading Mesh Blocks.- Visualization of Meshes and Results.- to Java 3D™.- Visualizer.- Visualization Scene Graph.- Surface Geometry.- Edge and Face Subdivision.- Surface Subdivision.- Results Field, Color Scale, Interaction and Lights.

Gennadiy Nikishkov got his PhD and DSci degrees from the Moscow Engineering Physics Institute (Technical University) in computational mechanics. He held a professorship at the Moscow Engineering Physics Institute. He also had visiting positions at Georgia Institute of Technology (USA), Karlsruhe Research Center (Germany), RIKEN Institute of Physical, Chemical Research (Japan) and GKSS Research Center (Germany) and University of California at Los Angeles (USA). Currently Gennadiy Nikishkov is a Professor at the University of Aizu (Japan). His activities and research interests include computational mechanics, computational fracture mechanics, computational nanomechanics, development of finite element and boundary element codes, scientific visualization and computer graphics. For many years he taught courses on computational modeling using the finite element method.

The finite element method (FEM) is a computational technique for solving problems which are described by partial differential equations or which can be formulated as functional minimization. The FEM is commonly used in the design and development of products, especially where structural analysis is involved. The simple object model of the Java™ programming language lends itself to efficient implementation of FEM analysis.

Programming Finite Elements in Java™ teaches the reader FEM algorithms and their programming in Java™ through a single finite element Java™ program. The compact, simple code makes it straightforward to understand the algorithms and their implementation, thereby encouraging developers to extend the code to their own tasks. All of the main aspects of finite element techniques are considered:

• finite element solution;

• generation of finite element meshes; and

• visualization of finite element models and results with Java 3D™.

The step-by-step presentation includes algorithm programming and code explanation at each point. Problems and exercises are provided for each chapter, with Java™ source code and problem data sets available from http://extras.springer.com/2010/978-1-84882-971-8.

Graduate students using the FEM will find the simple but detailed object-oriented programming methods presented in this textbook to be of great assistance in understanding the FEM, including mesh generation and visualization. Programming Finite Elements in Java™ will also be of interest to senior undergraduates doing special studies encompassing the FEM. Researchers and practicing engineers already familiar with the FEM but seeking an alternative approach will find this book readily suited to self study.



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia