Streams Of GJRE

Streams Of GJRE

Streams Of GJRE

Global Journal of Research in Engineering-A: Mechanical & Mechanics Engineering

Thermal Science:State-of-the-art computational and experimental facilities are used in fundamental studies and applications of thermodynamics, fluid mechanics and heat transfer.

Cryogenics & High Current

Engine Research

HVAC Systems and Controls

Industrial Refrigeration

Powertrain Control, Diagnostics and Dynamic Modeling

Shock Tube Laboratory

Solar Energy

Vapor Explosions

Dynamics Vibrations and Acoustics

Analytical, numerical and experimental methods applied to the characterization of mechanical components, structures, systems and materials. These activities intimately support product development, safety, weight minimization and component optimization for aerospace, automotive, electronics and general manufacturing. Current areas of emphasis include stress, strain and deformation analysis; modeling, testing and verification of kinematics and dynamic systems; applied finite elements; plate, shell, and pressure vessel characterization; composites; micromechanical design and analysis; photomechanics and optical techniques, and multi body problems.

Experimental Mechanics and Mechanical Measurements

Structural Dynamics and Vibrations

Mechatronics, Robotics and Automation

Mechatronics, Robotics and Automation research is conducted in a variety of areas

Mechatronics Laboratory

Robotics

Sensors, Signal Processing and Real-time Controls Integration

Space Automation and Robotics

Design and Manufacturing

Design and Manufacturing activities include the design and manufacturing of machines, systems, products, mechanisms and process.

Fluid Power

Engineering Representation and Simulation

Laser-Assisted Manufacturing

Mechanical Design

Powertrain Control, Diagnostics and Dynamic Modeling

Polymer Engineering

The Polymer Engineering Center focuses on advancing technologies for a wide range of polymer and polymeric composite manufacturing processes.

Engineering Polymer Industrial

Polymer Engineering

Rheology Research Center

Biomechanical Engineering

Development of fundamental and applied engineering knowledge related to biomechanical systems, and the application of engineering expertise towards the design and development of leading-edge rehabilitative, assistive, and adaptive technologies that allow those with disabilities to achieve greater independence.

Biomechanics

Musculoskeletal Research: Bone and Joint Group & Neuromuscular Biomechanics

UW-CREATe

Computer Aided Engineering

The primary thrust of Computer-Aided Engineering research is to develop mathematically sound theories, computationally efficient algorithms, and next generation tools for modeling, design, and simulation of a wide range of engineering artifacts and processes. Focus areas include mechanical, micro/nano-mechanical, electro-mechanical, thermal, fluid, and other multi-disciplinary and multi-scale systems.

Computational Mechanics

Engineering Representation and Simulation

Global Journal of Research in Engineering-B: Automotive Engineering

Global Journal of Research in Engineering-C: Chemical Engineering

Global Journal of Research in Engineering-D: Aerospace Sciences

Global Journal of Research in Engineering-E: Civil and Structural Engineering

Offshore Engineering

Innovative Structural Systems

Jack-Up Platform and Floating Production Systems

Marine Operations and Installation

Very Large Floating Structures

Protective Engineering

Advanced and New Protective Materials

Airblast and Groundshock Effects, including Blast-Induced Liquefaction

Hardening and Protective Measures for Structures, Personnels and Vehicles

Rapidly Deployable Protective Structures

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.
Close-up of a researcher working on academic papers and reports at a cluttered desk.

Hazards, Risks and Mitigation

Design and Protection of Infrastructures against Natural and Manmade Hazards

Disaster Prevention and Mitigation

Earthquake Effects on Soils, Foundations and Structures

Earthquake Tectonics

Hazards Induced by Climate Change

Risk Analysis and Management

Tsunami Forecasting, Propagation and Run-Up

Structural Engineering

High Strength, Lightweight and High-Performance Materials

Novel Composite Structural Systems

Repair and Strengthening

Smart Materials and Structural Health Monitoring

Global Journal of Research in Engineering-F: Electrical and Electronic Engineering

Electronics System

Electron Tubes

Semiconductor

Computational Electronics and Photonics

Global Journal of Research in Engineering-G: Industrial Engineering

Decision Science/Operations Research

Health Systems

Human Factors and Ergonomics

Manufacturing and Production Systems

Quality Engineering

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.
Close-up of a researcher working on academic papers and reports at a cluttered desk.

Global Journal of Research in Engineering-H: Robotics & Nano-tech

Global Journal of Research in Engineering-I: Numerical Methods

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.
Complexity
Error analysis
Elementary and special functions

Summation

Kahan summation algorithm

Pairwise summation — slightly worse than Kahan summation but cheaper

Binary splitting

Multiplications

Multiplication algorithm — general discussion, simple methods

Karatsuba algorithm — the first algorithm which is faster than straightforward multiplication

Toom–Cook multiplication — generalization of Karatsuba multiplication

Schönhage–Strassen algorithm — based on Fourier transform, asymptotically very fast

Fürer's algorithm — asymptotically slightly faster than Schönhage–Strassen

Division algorithm — for computing quotient and remainder of two numbers

Exponentation

Numerical linear algebra

— study of numerical algorithms for linear algebra problems

Types of matrices appearing in numerical analysis

Solving systems of linear equations

Row echelon form — matrix in which all entries below a nonzero entry are zero

Bareiss algorithm — variant which ensures that all entries remain integers if the initial matrix has integer entries

Tridiagonal matrix algorithm — simplified form of Gaussian elimination for tridiagonal matrices

LU decomposition — write a matrix as a product of an upper- and a lower-triangular matrix

Crout matrix decomposition

LU reduction — a special parallelized version of a LU decomposition algorithm

Block LU decomposition

Cholesky decomposition — for solving a system with a positive definite matrix

Minimum degree algorithm

Symbolic Cholesky decomposition

Iterative refinement — procedure to turn an inaccurate solution in a more accurate one

Direct methods for sparse matrices

Frontal solver — used in finite element methods

Nested dissection — for symmetric matrices, based on graph partitioning

Levinson recursion — for Toeplitz matrices

SPIKE algorithm — hybrid parallel solver for narrow-banded matrices

Cyclic reduction — eliminate even or odd rows or columns, repeat

Iterative methods

Jacobi method

Gauss–Seidel method

Successive over-relaxation (SOR) — a technique to accelerate the Gauss–Seidel method

Backfitting algorithm — iterative procedure used to fit a generalized additive model, often equivalent to Gauss–Seidel

Gaussian elimination

Modified Richardson iteration

Conjugate gradient method (CG) — assumes that the matrix is positive definite

Derivation of the conjugate gradient method

Nonlinear conjugate gradient method — generalization for nonlinear optimization problems

Biconjugate gradient method (BiCG)

Biconjugate gradient stabilized method (BiCGSTAB) — variant of BiCG with better convergence

Conjugate residual method — similar to CG but only assumed that the matrix is symmetric

Generalized minimal residual method (GMRES) — based on the Arnoldi iteration

Chebyshev iteration — avoids inner products but needs bounds on the spectrum

Stone's method (SIP – Srongly Implicit Procedure) — uses an incomplete LU decomposition

Kaczmarz method

Preconditioner

Incomplete Cholesky factorization — sparse approximation to the Cholesky factorization

Incomplete LU factorization — sparse approximation to the LU factorization

Underdetermined and overdetermined systems (systems that have no or more than one solution):

Numerical computation of null space — find all solutions of an underdetermined system

Moore–Penrose pseudoinverse — for finding solution with smallest 2-norm (for underdetermined systems) or smallest residual

Sparse approximation — for finding the sparsest solution (i.e., the solution with as many zeros as possible)

Close-up of a researcher working on academic papers and reports at a cluttered desk.

Eigenvalue algorithms — a numerical algorithm for locating the eigenvalues of a matrix

Other concepts and algorithms

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.

Interpolation and approximation— construct a function going through some given data points

Nearest-neighbor interpolation — takes the value of the nearest neighbour

Polynomial interpolation— interpolation by polynomials

Spline interpolation— interpolation by piecewise polynomials

Trigonometric interpolation— interpolation by trigonometric polynomials

Other interpolants
Approximation theory
Approximation by polynomials
Close-up of a researcher working on academic papers and reports at a cluttered desk.

Different approximations

Journals

Miscellaneous

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.
Close-up of a researcher working on academic papers and reports at a cluttered desk.

General methods

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.
Methods for polynomials

Aberth method

Bairstow's method

Durand–Kerner method

Durand–Kerner method

Graeffe's method

Jenkins–Traub algorithm — fast, reliable, and widely used

Laguerre's method

Splitting circle method

Analysis

Wilkinson's polynomial

Numerical continuation — tracking a root as one parameters in the equation changes

Piecewise linear continuation

Mathematical optimization — algorithm for finding maxima or minima of a given function
Basic concepts

Active set

Candidate solution

Constraint (mathematics)

Binary constraint — a constraint that involves exactly two variables

Corner solution

Feasible region — contains all solutions that satisfy the constraints but may not be optimal

Global optimum and Local optimum

Maxima and minima

Slack variable

Continuous optimization

Discrete optimization

Linear programming (also treats integer programming) — objective function and constraints are linear

Algorithms for linear programming

Decompositions

Close-up of a researcher working on academic papers and reports at a cluttered desk.

Convex optimization

Nonlinear programming — the most general optimization problem in the usual framework

Special cases of nonlinear programming

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.

General algorithms

Concepts

Optimal control and infinite-dimensional optimization

Types of problems

Infinite-dimensional optimization

Theoretical aspects

Convex analysis — function f such that f(tx + (1 − t)y) ≥ tf(x) + (1 − t)f(y) for t ∈ [0,1]

Pseudoconvex function — function f such that ∇f (y − x) ≥ 0 implies f(y) ≥ f(x)

Quasiconvex function — function f such that f(tx + (1 − t)y) ≤ max(f(x), f(y)) for t ∈ [0,1]

Subderivative

Geodesic convexity — convexity for functions defined on a Riemannian manifold

Duality (optimization)

Weak duality — dual solution gives a bound on the primal solution

Strong duality — primal and dual solutions are equivalent

Shadow price

Dual cone and polar cone

Duality gap — difference between primal and dual solution

Fenchel's duality theorem — relates minimization problems with maximization problems of convex conjugates

Perturbation function — any function which relates to primal and dual problems

Slater's condition — sufficient condition for strong duality to hold in a convex optimization problem

Total dual integrality — concept of duality for integer linear programming

Wolfe duality — for when objective function and constraints are differentiable

Farkas' lemma

Karush–Kuhn–Tucker conditions (KKT) — sufficient conditions for a solution to be optimal

Fritz John conditions — variant of KKT conditions

Lagrange multiplier

Lagrange multipliers on Banach spaces

Semi-continuity

Complementarity theory — study of problems with constraints of the form 〈u, v〉 = 0

Mixed complementarity problem

Mixed linear complementarity problem

Lemke's algorithm — method for solving (mixed) linear complementarity problems

Danskin's theorem — used in the analysis of minimax problems

Maximum theorem — the maximum and maximizer are continuous as function of parameters, under some conditions

No free lunch in search and optimization

Relaxation (approximation) — approximating a given problem by an easier problem by relaxing some constraints

Lagrangian relaxation

Linear programming relaxation — ignoring the integrality constraints in a linear programming problem

Self-concordant function

Reduced cost — cost for increasing a variable by a small amount

Hardness of approximation — computational complexity of getting an approximate solution

Applications

In geometry

Geometric median — the point minimizing the sum of distances to a given set of points

Chebyshev center — the centre of the smallest ball containing a given set of points

In statistics

Iterated conditional modes — maximizing joint probability of Markov random field

Response surface methodology — used in the design of experiments0

Automatic label placement

Compressed sensing — reconstruct a signal from knowledge that it is sparse or compressible

Cutting stock problem

Demand optimization

Destination dispatch — an optimization technique for dispatching elevators

Energy minimization

Entropy maximization

Highly optimized tolerance

Hyperparameter optimization

Inventory control problem

Newsvendor model

Extended newsvendor model

Linear programming decoding

Linear search problem — find a point on a line by moving along the line

Low-rank approximation — find best approximation, constraint is that rank of some matrix is smaller than a given number

Meta-optimization — optimization of the parameters in an optimization method

Multidisciplinary design optimization

Paper bag problem

Process optimization

Recursive economics — individuals make a series of two-period optimization decisions over time.

Stigler diet

Space allocation problem

Stress majorization

Trajectory optimization

Transportation theory

Wing-shape optimization

Close-up of a researcher working on academic papers and reports at a cluttered desk.

Miscellaneous

Numerical quadrature (integration)

Numerical integration — the numerical evaluation of an integral

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.
Close-up of a researcher working on academic papers and reports at a cluttered desk.

Numerical methods for ordinary differential equations — the numerical solution of ordinary differential equations (ODEs)

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.
Close-up of a researcher working on academic papers and reports at a cluttered desk.
Methods designed for the solution of ODEs from classical physics

Newmark-beta method — based on the extended mean-value theorem

Verlet integration — a popular second-order method

Leapfrog integration — another name for Verlet integration

Beeman's algorithm — a two-step method extending the Verlet method

Dynamic relaxation

Geometric integrator — a method that preserves some geometric structure of the equation

Symplectic integrator — a method for the solution of Hamilton's equations that preserves the symplectic structure

Variational integrator — symplectic integrators derived using the underlying variational principle

Semi-implicit Euler method — variant of Euler method which is symplectic when applied to separable Hamiltonians

Energy drift — phenomenon that energy, which should be conserved, drifts away due to numerical errors

Other methods for initial value problems (IVPs)

Bi-directional delay line

Partial element equivalent circuit

Methods for solving two-point boundary value problems (BVPs)

Shooting method

Direct multiple shooting method — divides interval in several subintervals and applies the shooting method on each subinterval

Methods for solving differential-algebraic equations (DAEs), i.e., ODEs with constraints

Constraint algorithm — for solving Newton's equations with constraints

Pantelides algorithm — for reducing the index of a DEA

Methods for solving stochastic differential equations (SDEs)

Euler–Maruyama method — generalization of the Euler method for SDEs

Milstein method — a method with strong order one

Runge–Kutta method (SDE) — generalization of the family of Runge–Kutta methods for SDEs

Methods for solving integral equations

Nyström method — replaces the integral with a quadrature rule

Analysis

Truncation error (numerical integration) — local and global truncation errors, and their relationships

Lady Windermere's Fan (mathematics) — telescopic identity relating local and global truncation errors

Stiff equation — roughly, an ODE for which unstable methods need a very short step size, but stable methods do not

L-stability — method is A-stable and stability function vanishes at infinity

Dynamic errors of numerical methods of ODE discretization — logarithm of stability function

Adaptive stepsize — automatically changing the step size when that seems advantageous

Numerical partial differential equations — the numerical solution of partial differential equations (PDEs)

Finite difference method — based on approximating differential operators with difference operators

Finite difference — the discrete analogue of a differential operator

Finite difference coefficient — table of coefficients of finite-difference approximations to derivatives

Discrete Laplace operator — finite-difference approximation of the Laplace operator

Eigenvalues and eigenvectors of the second derivative — includes eigenvalues of discrete Laplace operator

Kronecker sum of discrete Laplacians — used for Laplace operator in multiple dimensions

Discrete Poisson equation — discrete analogue of the Poisson equation using the discrete Laplace operator

Stencil (numerical analysis) — the geometric arrangements of grid points affected by a basic step of the algorithm

Compact stencil — stencil which only uses a few grid points, usually only the immediate and diagonal neighbours

Higher-order compact finite difference scheme

Non-compact stencil — any stencil that is not compact

Five-point stencil — two-dimensional stencil consisting of a point and its four immediate neighbours on a rectangular grid

Finite difference methods for heat equation and related PDEs

FTCS scheme (forward-time central-space) — first-order explicit

Crank–Nicolson method — second-order implicit

Finite difference methods for heat equation and related PDEs

Lax–Friedrichs method — first-order explicit

Lax–Wendroff method — second-order explicit

MacCormack method — second-order explicit

Upwind scheme

Lax–Wendroff theorem — conservative scheme for hyperbolic system of conservation laws converges to the weak solution

Alternating direction implicit method (ADI) — update using the flow in x-direction and then using flow in y-direction

Nonstandard finite difference scheme

Specific applications

Finite difference methods for option pricing

Finite-difference time-domain method — a finite-difference method for electrodynamics

Finite element method — based on a discretization of the space of solutions

Finite element method in structural mechanics — a physical approach to finite element methods

Galerkin method — a finite element method in which the residual is orthogonal to the finite element space

Discontinuous Galerkin method — a Galerkin method in which the approximate solution is not continuous

Rayleigh–Ritz method — a finite element method based on variational principles

Spectral element method — high-order finite element methods

hp-FEM — variant in which both the size and the order of the elements are automatically adapted

Examples of finite elements

Other methods

Methods designed for problems from electromagnetics

Broad classes of methods

Techniques for improving these methods

Grids and meshes

Grid classification / Types of mesh

Efficient warehouse staff organizing and moving inventory packages in a large storage facility.
Close-up of a researcher working on academic papers and reports at a cluttered desk.

Subdivisions

Apollonian network — undirected graph formed by recursively subdividing a triangle

Barycentric subdivision — standard way of dividing arbitrary convex polygons into triangles, or the higher-dimensional analogue

Improving an existing mesh

Chew's second algorithm — improves Delauney triangularization by refining poor-quality triangles

Laplacian smoothing — improves polynomial meshes by moving the vertices

Jump-and-Walk algorithm — for finding triangle in a mesh containing a given point

Spatial twist continuum — dual representation of a mesh consisting of hexahedra

Pseudotriangle — simply connected region between any three mutually tangent convex sets

Simplicial complex — all vertices, line segments, triangles, tetrahedra, …, making up a mesh

Analysis

Lax equivalence theorem — a consistent method is convergent if and only if it is stable

Courant–Friedrichs–Lewy condition — stability condition for hyperbolic PDEs

Von Neumann stability analysis — all Fourier components of the error should be stable

Numerical diffusion — diffusion introduced by the numerical method, above to that which is naturally present

False diffusion

Numerical resistivity — the same, with resistivity instead of diffusion

Weak formulation — a functional-analytic reformulation of the PDE necessary for some methods

Total variation diminishing — property of schemes that do not introduce spurious oscillations

Godunov's theorem — linear monotone schemes can only be of first order

Motz's problem — benchmark problem for singularity problems

Monte Carlo method

Variants of the Monte Carlo method

Applications

Methods for simulating the Using model

Applications

Global Journal of Research in Engineering-J: General Engineering