99,263 research outputs found

    Automation of isogeometric formulation and efficiency consideration

    Get PDF
    This paper deals with automation of the isogeometric finite element formulation. Isogeometric finite element is implemented in AceGen environment, which enables symbolic formulation of the element code and the expressions are automatically opti- mized. The automated code is tested for objectivity regarding numerical efficiency in a numeric test with the Cooke membrane. This test shows that automatic code generation optimizes the isogeometric quadrilateral element with linear Bezier splines to the degree of only twelve percent overhead against standard displacement quadrilateral element of four nodes. Additionaly, the automated isogeometric element code is tested on a set of standard benchmark test cases to further test the accurancy and efficiency of the pre- sented isogeometric implementation. The isogeometric displacement brick element with quadratic Bezier splines is in all tests compared to a collection of standard displacement element formulations and a selection of EAS elements. The presented results show su- perior behaviour of the isogeometric displacement brick element with quadratic Bezier splines for coarse meshes and best convergence rate with mesh refinement in most test cases. Despite all optimization of the element code the biggest disadvantage of the isogeo- metric model remains the time cost of the isogeometric analysis. Thus, when considering the ratio between solution error and solution time, the use of stable EAS elements, likeTSCG12, remains preferable

    Automatic generation of finite-element code by simultaneous optimization of expressions

    Get PDF
    AbstractThe paper presents a MATHEMATICA package SMS (Symbolic Mechanics System) for the automatic derivation of formulas needed in nonlinear finite element analysis. Symbolic generation of the characteristic arrays of nonlinear finite elements (e.g. nodal force vectors, stiffness matrices, sensitivity vectors) leads to exponential behavior, both in time and space. A new approach, implemented in SMS, avoids this problem by combining several techniques: symbolic capabilities of Mathematica, automatic differentiation technique, simultaneous optimization of expressions and a stochastic evaluation of the formulas instead of a conventional pattern matching technique. SMS translates the derived symbolic formulas into an efficient compiled language (FORTRAN or C). The generated code is then incorporated into an existing finite element analysis environment. SMS was already used to developed several new, geometrically and materially nonlinear finite elements with up to 72 degrees of freedom. The design and implementation of SMS are presented. Efficiency of the new approach is compared with the efficiency of the manually written code on an example

    Automated shape and thickness optimization for non-matching isogeometric shells using free-form deformation

    Full text link
    Isogeometric analysis (IGA) has emerged as a promising approach in the field of structural optimization, benefiting from the seamless integration between the computer-aided design (CAD) geometry and the analysis model by employing non-uniform rational B-splines (NURBS) as basis functions. However, structural optimization for real-world CAD geometries consisting of multiple non-matching NURBS patches remains a challenging task. In this work, we propose a unified formulation for shape and thickness optimization of separately-parametrized shell structures by adopting the free-form deformation (FFD) technique, so that continuity with respect to design variables is preserved at patch intersections during optimization. Shell patches are modeled with isogeometric Kirchhoff--Love theory and coupled using a penalty-based method in the analysis. We use Lagrange extraction to link the control points associated with the B-spline FFD block and shell patches, and we perform IGA using the same extraction matrices by taking advantage of existing finite element assembly procedures in the FEniCS partial differential equation (PDE) solution library. Moreover, we enable automated analytical derivative computation by leveraging advanced code generation in FEniCS, thereby facilitating efficient gradient-based optimization algorithms. The framework is validated using a collection of benchmark problems, demonstrating its applications to shape and thickness optimization of aircraft wings with complex shell layouts

    Reliability-based design optimization of composite stiffened panels in post-buckling regime

    Get PDF
    This paper focuses on Deterministic and Reliability Based Design Optimization (DO and RBDO) of composite stiffened panels considering post-buckling regime and progressive failure analysis. The ultimate load that a post-buckled panel can hold is to be maximised by changing the stacking sequence of both skin and stringers composite layups. The RBDO problem looks for a design that collapses beyond the shortening of failure obtained in the DO phase with a target reliability while considering uncertainty in the elastic properties of the composite material. The RBDO algorithm proposed is decoupled and hence separates the Reliability Analysis (RA) from the deterministic optimization. The main code to drive both the DO and RBDO approaches is written in MATLAB and employs Genetic Algorithms (GA) to solve the DO loops because discrete design variables and highly nonlinear response functions are expected. The code is linked with Abaqus to perform parallel explicit nonlinear finite element analyses in order to obtain the structural responses at each generation. The RA is solved through an inverse Most Probable failure Point (MPP) search algorithm that benefits from a Polynomial Chaos Expansion with Latin Hypercube Sampling (PCE-LHS) metamodel when the structural responses are required. The results led to small reductions in the maximum load that the panels can bear but otherwise assure that they will collapse beyond the shortening of failure imposed with a high reliability

    Finite Element Integration on GPUs

    Full text link
    We present a novel finite element integration method for low order elements on GPUs. We achieve more than 100GF for element integration on first order discretizations of both the Laplacian and Elasticity operators.Comment: 16 pages, 3 figure

    Devito: Towards a generic Finite Difference DSL using Symbolic Python

    Full text link
    Domain specific languages (DSL) have been used in a variety of fields to express complex scientific problems in a concise manner and provide automated performance optimization for a range of computational architectures. As such DSLs provide a powerful mechanism to speed up scientific Python computation that goes beyond traditional vectorization and pre-compilation approaches, while allowing domain scientists to build applications within the comforts of the Python software ecosystem. In this paper we present Devito, a new finite difference DSL that provides optimized stencil computation from high-level problem specifications based on symbolic Python expressions. We demonstrate Devito's symbolic API and performance advantages over traditional Python acceleration methods before highlighting its use in the scientific context of seismic inversion problems.Comment: pyHPC 2016 conference submissio
    corecore