Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
99.99% Uptime for MySQL and PostgreSQL Databases
Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.
Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
Meshfree or meshless methods were born to replace the traditional finite element in applications where meshing a complex geometry and/or excessive remeshing is involved.
This code, written by Vinh Phu Nguyen, implements one and two dimensional Element Free Galerkin (EFG) method which is one of the most common meshfree methods for elasticity. It also implements Partition of Unity based enrichment for weak and strong discontinuities.
...The method details are explained in the following paper:
Ehsan Emadzadeh, Azadeh Nikfarjam, and Graciela Gonzalez. 2011. Double Layered Learning for Biological Event Extraction from Text. In Proceedings of the BioNLP 2011 Workshop Companion Volume for Shared Task, Portland, Oregon, June. Association for Computational Linguistic
This is a program for numerical solution of Euler equations of compressible flows using discontinuous galerkin method. The code is written on top of the deal.II finite element library.
Code has been moved to
https://github.com/cpraveen/dflo
A 2-D inviscid flow and adjoint solver on unstructured triangular grids. It makes use of a vertex-centroid finitevolume scheme which is second order accurate. The adjoint solver is developed using the automatic differentiation tool called TAPENADE.
Code has been moved to
https://github.com/cpraveen/euler2d
PIHM is a multiprocess, multi-scale hydrologic model where the major hydrological processes are fully coupled using the semi-discrete finitevolumemethod.
FSEM is a set of freeFEM++ scripts and C++ code to solve the drift-diffusion (DD) semiconductor device equations by the finite element method (FEM). It was initially developed for the nonlinear study of semiconductors under high optical injection.
OpenFlower is a free and open source CFD code (for Linux and Windows) mainly intended to solve the turbulent incompressible Navier-Stokes equations with a LES approach. It can deal with arbitrary complex 3D geometries with its finitevolume approach.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
The ADFC code is a computational fluid dynamics (CFD) C++ solver for incompressible viscous flow over 2D and 3D geometries. It uses finite element and the characteristic method on unstructured meshes to solve Navier-Stokes equations.
Implementation of the finite element method for linear elasticity
Code for solving linear elasticity problems using the finite element method. Current features
-Handles complex geometry and boundary conditions
-Linear triangle and quadratic quad elements
-Sparse matrix CG solver
-MPI Parallelism
-GMSH Input
-VTK Output
HyperSim is a Navier-Stokes and Maxwell equations solver. It use the same method-"finitevolume" to solve fluid and electromagnetic field. This technique could sharing the same mesh for simulation and make the multi-discipline optimization design possi