Pinned Repositories
amgcl
C++ library for solving large sparse linear systems with algebraic multigrid method
CFL3D
FEMFX
FlowPsi
A compressible CFD flow modeling software package, repo copied from Ed Luke's sourceforgenet.com repo
grins
Multiphysics Finite Element package built on libMesh
hal3d
A 3D multi-material Arbitrary Lagrangian-Eulerian hydrocode
moose
Multiphysics Object Oriented Simulation Environment
oofem
OOFEM is free finite element code with object oriented architecture for solving mechanical, transport, fluid and multiphysics problems.
pacs
Examples and exercises for the PACS course
SQLiteCpp
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
haoxiangmiao's Repositories
haoxiangmiao/amg-solver
My algebraic multigrid solver based on Eigen library
haoxiangmiao/woodem
Extensible and portable framework primarily for mechanics granular materials. Computation parts are written in c++ parallelized using OpenMP, fully accessible and modifiable from python (ipython console or scripts). Arbitrarily complex scene can be scripted. Qt-based user interface is provided, featuring flexible OpenGL display, inspection of all objects and runtime modification. Parametric preprocessors can be written in pure python, and batch system can be used to drive parametric studies. New material models and particle shapes can be added (in c++) without modifying existing classes.
haoxiangmiao/mofem-old
Basic finite element program for educational purposes
haoxiangmiao/pacs
Examples and exercises for the PACS course
haoxiangmiao/MATAMG
MATLAB Algebraic Multigrid Toolbox
haoxiangmiao/cfMesh-1
Unofficially gitified from the original source code of cfMesh: http://www.c-fields.com/cfmesh - along with a few changes of my own. Official project page:
haoxiangmiao/armadillo
A personal fork of the armadillo C++ linear algebra library (http://arma.sourceforge.net/)
haoxiangmiao/pyFEM-1
A modular Finite Element Method solver implemented in Python
haoxiangmiao/HELWFEM
Hacker's experimental learning with finite element method (more specifically, in solid mechanics)
haoxiangmiao/ellipsis3d
Ellipsis3d is a three-dimensional version of the particle-in-cell finite element code Ellipsis, a solid modeling code for visco-elastoplastic materials. The particle-in-cell method combines the strengths of the Lagrangian and Eulerian formulations of mechanics while bypassing their limitations.
haoxiangmiao/erpel
a voxel-based finite-element code to compute elastic moduli of porous structures
haoxiangmiao/res-mfem
mixed finite element method for reservoir simulation
haoxiangmiao/SPOOLES
CMake build system for SPOOLES - library for solving sparse real and complex linear systems of equations
haoxiangmiao/biotFoam
Transient segregated finite-volume solver of the Biot equations for linear-elastic, small-strain deformation of a solid skeleton coupled with pore water flow and pressure governed by Darcy's law.