All Projects → lanl → Lagrit

lanl / Lagrit

Licence: other
Los Alamos Grid Toolbox (LaGriT) is a library of user callable tools that provide mesh generation, mesh optimization and dynamic mesh maintenance in two and three dimensions.

Programming Languages

fortran
972 projects

Labels

Projects that are alternatives of or similar to Lagrit

Cytoscape.js Grid Guide
A Cytsocape.js extension to provide a framework for grid interactions such as grid lines and snapping to grid, and guidelines and snap support for alignment of nodes.
Stars: ✭ 40 (-40.3%)
Mutual labels:  grid
Magestudy
Magento 2 extension samples
Stars: ✭ 55 (-17.91%)
Mutual labels:  grid
Ocgis
OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Stars: ✭ 60 (-10.45%)
Mutual labels:  grid
Masonry Layout
An efficient and fast web component that gives you a beautiful masonry layout
Stars: ✭ 43 (-35.82%)
Mutual labels:  grid
Compoundbuttongroup
An Android library to easily implement compound buttons
Stars: ✭ 52 (-22.39%)
Mutual labels:  grid
React Stonecutter
Animated grid layout component for React
Stars: ✭ 1,089 (+1525.37%)
Mutual labels:  grid
React Spreadsheet Grid
An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns
Stars: ✭ 996 (+1386.57%)
Mutual labels:  grid
Awesome Grid
A curated list of grid(table) libraries and resources that developers may find useful.
Stars: ✭ 1,142 (+1604.48%)
Mutual labels:  grid
Kendogridbinderex
This is a ModelBinder designed to consume an http request and build a json serializable object for the Kendo UI Grid datasource. AutoMapper is used to support mapping from ViewModel <> Entity.
Stars: ✭ 52 (-22.39%)
Mutual labels:  grid
React Ingrid
React infinite grid
Stars: ✭ 59 (-11.94%)
Mutual labels:  grid
Conway
A terminal interface for Conway's Game of Life
Stars: ✭ 47 (-29.85%)
Mutual labels:  grid
Lemon
🍋 Minimal and responsive CSS framework for fast building websites.
Stars: ✭ 51 (-23.88%)
Mutual labels:  grid
Glsl Grid
Draws an antialiased grid along the X/Y/Z direction of a mesh.
Stars: ✭ 57 (-14.93%)
Mutual labels:  grid
Vue Slicksort
A set of vue mixins to turn any list into an animated, touch-friendly, sortable list ✌️
Stars: ✭ 1,010 (+1407.46%)
Mutual labels:  grid
Equalizecss
Css framework with grid based on flexboxes
Stars: ✭ 61 (-8.96%)
Mutual labels:  grid
Elastic Columns
A jQuery plugin designed to be used as an alternative to the well-known Isotope library.
Stars: ✭ 39 (-41.79%)
Mutual labels:  grid
React Bootstrap Table2
Next Generation of react-bootstrap-table
Stars: ✭ 1,090 (+1526.87%)
Mutual labels:  grid
Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+1611.94%)
Mutual labels:  grid
Dragranksquare
edit personal information which enables users to drag and rank image order
Stars: ✭ 1,115 (+1564.18%)
Mutual labels:  grid
Indoorjs
Indoor mapping for floorplans using on fabricjs
Stars: ✭ 59 (-11.94%)
Mutual labels:  grid

LaGriT: Los Alamos Grid Toolbox

LANL Software: LA-CC-15-069 No. C15097

Build Status Latest Version PyPI

LaGriT HomeLaGriT DocumentationMeshing Portfolio

Los Alamos Grid Toolbox (LaGriT) is a library of user callable tools that provide mesh generation, mesh optimization and dynamic mesh maintenance in two and three dimensions. LaGriT is used for a variety of geology and geophysics modeling applications including porous flow and transport model construction, finite element modeling of stress/strain in crustal fault systems, seismology, discrete fracture networks, asteroids and hydrothermal systems.

The general capabilities of LaGriT can also be used outside of earth science applications and applied to nearly any system that requires a grid/mesh and initial and boundary conditions, setting of material properties and other model setup functions. It can also be use as a tool to pre- and post-process and analyze vertex and mesh based data.

PyLaGriT is a Python interface for LaGriT that allows LaGriT functionality to be accessed interactively and in batch mode from Python. This allows the meshing capabilities of LaGriT to be combined with the numeric and scientific functionality of Python. PyLaGriT allows interactive and automated querying of mesh properties, enhanced looping functionality, and user defined error checking based on LaGriT output.

Building LaGriT


Download the repo by running:

git clone https://github.com/lanl/LaGriT.git
cd LaGriT

If you don't already have Exodus built on your system, run

make exodus

To build and test a shared, optimized LaGriT binary, run

make release

To build LaGriT without Exodus,

make WITH_EXODUS=0 release

or use target static to build a static binary.

Finally, run

make test

to test build integrity.

More options are available by running make help.

Supporting Documentation


Refine Samples

LaGriT Mesh Images at https://meshing.lanl.gov/proj/screenshots/GRID_GALLERY.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].