initial upload
This commit is contained in:
544
docs/_site/pages/tutorial/index.html
Normal file
544
docs/_site/pages/tutorial/index.html
Normal file
@@ -0,0 +1,544 @@
|
||||
<html lang="en-gb" dir="ltr">
|
||||
|
||||
<head>
|
||||
<title>LaGriT</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="LaGriT : LaGriT is a library providing mesh generation and optimization for a variety of polyhedra and dimensions.">
|
||||
<link href="https://fonts.googleapis.com/css?family=Do+Hyeon|Fira+Sans" rel="stylesheet">
|
||||
<link rel="preload" href="https://getuikit.com/fonts/ProximaNova-Reg-webfont.woff2" as="font" type="font/woff2" crossorigin="">
|
||||
<link rel="preload" href="https://getuikit.com/fonts/ProximaNova-Light-webfont.woff2" as="font" type="font/woff2" crossorigin="">
|
||||
<link rel="stylesheet" href="/assets/css/uikit_theme.css">
|
||||
<link rel="icon" type="image/x-icon" href="https://www.lanl.gov/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/footer.css">
|
||||
|
||||
<!-- load stylesheets -->
|
||||
<script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js" defer=""></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/he/1.2.0/he.min.js" defer=""></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.6.2/marked.min.js" defer=""></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js" defer=""></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue-router/3.0.2/vue-router.min.js" defer=""></script>
|
||||
<script src="https://getuikit.com/assets/uikit/dist/js/uikit.min.js?1180" defer=""></script>
|
||||
<script src="https://getuikit.com/assets/uikit/dist/js/uikit-icons.min.js?1180" defer=""></script>
|
||||
<script src="https://getuikit.com/assets/highlightjs/highlight.min.js" defer=""></script>
|
||||
<script src="https://getuikit.com/app/main.min.js?1180" defer=""></script>
|
||||
<script src="https://www.googletagmanager.com/gtag/js?id=UA-42150424-1" async=""></script>
|
||||
|
||||
<!-- tipuesearch files -->
|
||||
<link rel="stylesheet" href="/assets/tipuesearch/css/normalize.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
||||
<script src="/assets/tipuesearch/tipuesearch_content.js"></script>
|
||||
<link rel="stylesheet" href="/assets/tipuesearch/css/tipuesearch.css">
|
||||
<script src="/assets/tipuesearch/tipuesearch_set.js"></script>
|
||||
<script src="/assets/tipuesearch/tipuesearch.min.js"></script>
|
||||
|
||||
<!-- Finally, load global style to overwrite template, tipuesearch, etc. -->
|
||||
<!--<link rel="stylesheet" href="/assets/globalstyle.css">-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<!-- Header -->
|
||||
<div uk-sticky="media: 960" class="uk-navbar-container tm-navbar-container uk-sticky uk-sticky-fixed" style="position: fixed; top: 0px; width: 100%; color: #212328;">
|
||||
<div class="uk-container uk-container-expand">
|
||||
<nav class="uk-navbar">
|
||||
<div class="uk-navbar-left">
|
||||
<a href="/" class="uk-navbar-item uk-logo" style="font-family: 'Do Hyeon', sans-serif; color: white;">
|
||||
<img uk-img src="/assets/img/logo.png" width="50" class="uk-margin-small-right" alt="LANL logo">
|
||||
LaGriT
|
||||
</a>
|
||||
</div>
|
||||
<div class="uk-navbar-right">
|
||||
<ul class="uk-navbar-nav uk-visible@m">
|
||||
<li><a href="/pages/commands">Commands</a></li>
|
||||
<li><a href="/pages/tutorial/index">Tutorials</a></li>
|
||||
<li><a href="/pages/release">Release Notes</a></li>
|
||||
<li><a href="/pages/publications">Publications</a></li>
|
||||
<li><a href="http://github.com/lanl/LaGriT"><span uk-icon="github"></span></a></li>
|
||||
|
||||
<!-- Begin search bar -->
|
||||
<div class="nav-overlay uk-navbar-right">
|
||||
<a class="uk-navbar-toggle" uk-search-icon uk-toggle="target: .nav-overlay; animation: uk-animation-fade" href="#"></a>
|
||||
</div>
|
||||
|
||||
<div class="nav-overlay uk-navbar-left uk-flex-1" hidden>
|
||||
<div class="uk-navbar-item uk-width-expand">
|
||||
<form class="uk-search uk-search-navbar uk-width-1-1" action="https://lanl.github.io/LaGriT/search/">
|
||||
<input class="uk-search-input" name="q" type="search" id="tipue_search_input" placeholder="Search..." autofocus>
|
||||
</form>
|
||||
</div>
|
||||
<a class="uk-navbar-toggle" uk-close uk-toggle="target: .nav-overlay; animation: uk-animation-fade" href="#"></a>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('#tipue_search_input').tipuesearch({
|
||||
'show': 10,
|
||||
'newWindow' : true,
|
||||
'showURL' : true,
|
||||
'showTitleCount' : true,
|
||||
'descriptiveWords' : 20,
|
||||
'highlightTerms' : true,
|
||||
'mode': 'static',
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<!-- End search bar -->
|
||||
|
||||
</ul>
|
||||
|
||||
<a uk-navbar-toggle-icon="" href="#offcanvas" uk-toggle="" class="uk-navbar-toggle uk-hidden@m uk-icon uk-navbar-toggle-icon">
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="navbar-toggle-icon">
|
||||
<rect y="9" width="20" height="2"></rect>
|
||||
<rect y="3" width="20" height="2"></rect>
|
||||
<rect y="15" width="20" height="2"></rect>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-sticky-placeholder" style="height: 80px; margin: 0px;"></div>
|
||||
<!-- End Header -->
|
||||
|
||||
<!-- Main Body text -->
|
||||
<div class="tm-main uk-section uk-section-default">
|
||||
<div class="uk-container uk-container-small uk-position-relative">
|
||||
|
||||
<!-- This is a button toggling the modal with the default close button -->
|
||||
<p><button class="uk-button uk-button-default uk-margin-small-right" type="button" uk-toggle="target: #modal-close-default">Mesh Design, why does it matter?</button></p>
|
||||
|
||||
<!-- This is the modal with the default close button -->
|
||||
<div id="modal-close-default" uk-modal="">
|
||||
<div class="uk-modal-dialog uk-modal-body">
|
||||
<button class="uk-modal-close-default" type="button" uk-close=""></button>
|
||||
<h2 class="uk-modal-title">Mesh Design, why does it matter?</h2>
|
||||
<p>
|
||||
The mesh design is chosen with consideration of the physics to be modeled, mesh size restrictions (number of degrees of freedom)
|
||||
versus mesh resolution needed for model features, and the mesh and model information needed by the model application.
|
||||
<br /><br />
|
||||
For modeling applications with complex stratigraphy, depending on the mesh, you can get a stable but inaccurate solution
|
||||
to the physics (Zyvoloski and Vesselinov, 2006). Choose a mesh design and meshing method that gives the best performance from
|
||||
the modeling application possible, with respect to the difficulty in generating the mesh.
|
||||
<br /><br />
|
||||
LaGriT is used to generate meshes with control volume discretization such that the underlying control volumes are Voronoi
|
||||
tessellations. Developed by Los Alamos National Laboratory as open source software, LaGriT provides a variety of meshing
|
||||
tools with capabilities specific to geologic applications and Voronoi control volume solvers. Examples of methods used
|
||||
for geologic applications include unstructured and structured, both with adaptive refinement to geological features.
|
||||
The unstructured approach allows the creation of meshes that exactly conform to the geometric model, but
|
||||
requires some expertise in building the mesh such that it will also meet the Delaunay criteria. The easier
|
||||
method is to use a structured mesh with fine resolution, or a coarser mesh that uses octree refinement to increase
|
||||
resolution in user specified regions of interest. These result in stair-stepped geometries instead of smooth, but can
|
||||
be acceptable for where the geometry spacing is small relative to the full model domain. (Sentis and Gable, 2017).
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1 class="uk-heading-line"><span>Tutorials</span></h1>
|
||||
|
||||
<!-- Tutorial card -->
|
||||
<div uk-filter="target: .js-filter">
|
||||
<div class="js-filter uk-child-width-1-2 uk-child-width-1-2@m uk-text-center" uk-grid="masonry: true">
|
||||
<a href="/pages/tutorial/lagrit_introduction/index.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="lagrit_introduction/step_04/04_tet_nodes_imt_well_pts.png" alt="" />
|
||||
</div>
|
||||
<p>
|
||||
<h3 class="uk-card-title">LaGriT Introdution Tutorial</h3>
|
||||
<p>Designed to familiarize new users with LaGriT commands, definitions, and tools.</p>
|
||||
<span class="uk-badge">Beginner</span>
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="/pages/tutorial/stratigraphy/index.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="stratigraphy/images/21_tet_01_exo_blocks.png" alt="" />
|
||||
</div>
|
||||
<p>
|
||||
<h3 class="uk-card-title">Stratigraphic Hex to Tet Mesh Tutorial</h3>
|
||||
<p>Hex mesh using octree refinement with stratigraphy, faults, wells, and subsurface layering</p>
|
||||
<span class="uk-badge">Advanced</span>
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End tutorial card -->
|
||||
|
||||
<!-- Begin Example cards - Order is controlled by height of the images and words. Default .uk-card-default card height is set at min-height of 350px -->
|
||||
<!-- .uk-card-command card height is set at max-height of 200px and in assets/uikit_theme.css -->
|
||||
<h1 class="uk-heading-line"><span>Examples</span></h1>
|
||||
<!-- Types are tutorial, demo, utility, commands in order from most complex to simple -->
|
||||
|
||||
<p>The following are grouped according to the level of complexity. For specific command examples, see the <a href="/pages/commands.md">command index</a>.
|
||||
Select All, or by one of the categories:</p>
|
||||
|
||||
<ul>
|
||||
<li><b>Commands</b> are command examples showing a few lines for syntax and usage.</li>
|
||||
<li><b>Utility</b> is a set of commands for a particular task.</li>
|
||||
<li><b>Demo</b> is a set of commands from start to finish demonstrating a particular method.</li>
|
||||
<li><b>Tutorial</b> is a full set of files and commands involving many steps to achieve a final mesh.</li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
<!-- Cards for Example commands, utility, and demo, tutorial -->
|
||||
<div uk-filter="target: .js-filter">
|
||||
<ul class="uk-subnav uk-subnav-pill">
|
||||
<li class="uk-active" uk-filter-control=""><a href="#">All</a></li>
|
||||
<li uk-filter-control="[data-color='command']"><a href="#">Commands</a></li>
|
||||
<li uk-filter-control="[data-color='utility']"><a href="#">Utility</a></li>
|
||||
<li uk-filter-control="[data-color='demo']"><a href="#">Demo</a></li>
|
||||
<li uk-filter-control="[data-color='tutorial']"><a href="#">Tutorial</a></li>
|
||||
</ul>
|
||||
<ul class="js-filter uk-child-width-1-2 uk-child-width-1-3@m uk-text-center" uk-grid="masonry: true">
|
||||
<!-- demo cards -->
|
||||
<!-- Basic -->
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="/pages/docs/demos/description_brick_trunc.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="/LaGriT/pages/docs/demos/output/brick_tet_truncated.png" alt="" />
|
||||
</div>
|
||||
<p> Structured Mesh with 2 Materials <br /> Connect Tets and Truncate top <br />Basic</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="/pages/docs/demos/main_extract_surfmesh.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="/LaGriT/pages/docs/demos/output/box_surf_all.png" alt="" />
|
||||
</div>
|
||||
<p>Extract Boundary Surfaces <br /> from Multi-material 3D Mesh <br /> Basic</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<!-- Moderate -->
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="https://github.com/lanl/GeologicMeshing/tree/master/GDSA/">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="/LaGriT/pages/docs/demos/GDSA_4Tests_images.png" alt="" />
|
||||
</div>
|
||||
<p> Four Octree Mesh Examples <br /> for GDSA Testing (on github) <br /> Moderate</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="https://meshing.lanl.gov/proj/examples/ex_octree_refine_intersect_object/index.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="https://meshing.lanl.gov/proj/examples/ex_octree_refine_intersect_object/tets_add_02_TN.PNG" alt="" />
|
||||
</div>
|
||||
<p>Octree Refine Hex <br /> using Intersect with surfaces <br /> Moderate</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="/pages/docs/demos/main_rotateln.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="/LaGriT/pages/docs/demos/output/mesh_rot_tet.png" alt="" />
|
||||
</div>
|
||||
<p>createpts and regnpts <br /> for Rotated Cylinder in Box <br />Moderate</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="/pages/docs/demos/main_connect.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="/LaGriT/pages/docs/demos/output/wave_tet_highres.png" alt="" />
|
||||
</div>
|
||||
<p>Stack cos() surfaces <br /> and Connect Delaunay<br />Moderate </p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="/pages/docs/demos/description_hextet.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="/LaGriT/pages/docs/demos/output/wave_hextotet5_tet_edges.png" alt="" />
|
||||
</div>
|
||||
<p>Stack cos() surfaces <br /> convert Hex into Tets <br />Moderate</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<!-- Advanced -->
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="https://meshing.lanl.gov/proj/examples/stack_fs_from_bndry/method.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="https://meshing.lanl.gov/proj/examples/stack_fs_from_bndry/mesh_mat_fs5_and_fs8.png" alt="" />
|
||||
</div>
|
||||
<p>Stack surfaces for Exodus Mesh<br /> with Boundary facesets <br />Advanced</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="/pages/docs/demos/description_poi_circle.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="/LaGriT/pages/docs/demos/output/poi_output04_tri_var1_lines.png" alt="" />
|
||||
</div>
|
||||
<p>Createpts poisson_disk <br /> from Circle polygon <br />Advanced</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="demo">
|
||||
<div>
|
||||
<a href="/pages/docs/demos/demo_creatept_interp.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="/LaGriT/pages/docs/demos/output/cyl_stack_hex.png" alt="" />
|
||||
</div>
|
||||
<p>2D Surface from Hex Sphere <br /> Stack into Hex Cylinder <br />Advanced</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<!-- tutorial cards -->
|
||||
<li data-color="tutorial">
|
||||
<div>
|
||||
<a href="/pages/tutorial/lagrit_introduction/index.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="lagrit_introduction/step_04/04_tet_nodes_imt_well_pts.png" alt="" />
|
||||
</div>
|
||||
<p>Tutorial: Introduction to LaGriT<br />Beginner</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="tutorial">
|
||||
<div>
|
||||
<a href="/pages/tutorial/stratigraphy/index.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="stratigraphy/images/21_tet_01_exo_blocks.png" alt="" />
|
||||
</div>
|
||||
<p>Tutorial: Octree Mesh with <br /> Well and Stratigraphic Surfaces <br />Advanced</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="tutorial">
|
||||
<div>
|
||||
<a href="/pages/tutorial/tutorials/regions_points_to_tet.html">
|
||||
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||
<div class="uk-card-media-top">
|
||||
<img style="max-height:200px;" src="https://lanl.github.io/LaGriT/assets/images/Image229.gif" alt="" />
|
||||
</div>
|
||||
<p>Tutorial: Mesh from Regions and Ray Shooting<br />Deprecrated</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<!-- utility cards -->
|
||||
<li data-color="utility">
|
||||
<div>
|
||||
<a href="https://meshing.lanl.gov/proj/examples/ex_quad_surface_prevent_crossing/index.html">
|
||||
<div class="uk-card uk-card-command uk-card-body uk-card-hover">
|
||||
<p>Merge Intersecting Surfaces</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="utility">
|
||||
<div>
|
||||
<a href="/pages/docs/demos/extract_facesets.html">
|
||||
<div class="uk-card uk-card-command uk-card-body uk-card-hover">
|
||||
<p> Extract Face and Node Sets <br /> with extract/surfmesh</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="utility">
|
||||
<div>
|
||||
<a href="/pages/tutorial/utility/convert_feet_to_meters.html">
|
||||
<div class="uk-card uk-card-command uk-card-body uk-card-hover">
|
||||
<p>Convert <br /> Meters and Feet</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="utility">
|
||||
<div>
|
||||
<a href="/pages/tutorial/utility/reset_truncated_nodes_imt.html">
|
||||
<div class="uk-card uk-card-command uk-card-body uk-card-hover">
|
||||
<p>Reset imt values <br /> for truncated mesh</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li data-color="utility">
|
||||
<div>
|
||||
<a href="/pages/tutorial/utility/cmo_addatt_vorvol.html">
|
||||
<div class="uk-card uk-card-command uk-card-body uk-card-hover">
|
||||
<p>Voronoi node attribute </p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<!-- command cards alphabetical -->
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_addmesh.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">addmesh</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_2d_connect.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">connect 2D</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/description_connect.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">connect 3D</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_createpts.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">createpts</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_dump.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">dump</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/description_hextet.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">grid2grid hextotet5</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_rivara.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">negative_aij</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_pset.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">pset</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_qual.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">quality</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_2d_recon.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">recon 2D</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_regnpts.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">regnpts</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_rmmat.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">rmmat</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/description_rotatept.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">rotatept</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_sort.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">sort</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_trans.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">trans</div>
|
||||
</a>
|
||||
</li>
|
||||
<li data-color="command">
|
||||
<a href="/pages/docs/demos/main_tri.html" style="font-weight: bold;">
|
||||
<div class="uk-card uk-card-command uk-card-body">triangulate</div>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Examples demos grid -->
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Begin footer -->
|
||||
<footer class="footer-distributed">
|
||||
<div class="footer-right">
|
||||
<div><img src="/assets/img/lanl_logo_white.png" height="80"></div>
|
||||
</div>
|
||||
|
||||
<div class="footer-left lg-background-color">
|
||||
<p class="footer-links" style="font-family: 'Fira Sans', sans-serif; color: white;">
|
||||
<a href="/">Home</a>
|
||||
·
|
||||
<a href="/pylagrit/original/index.html">PyLaGriT</a>
|
||||
·
|
||||
<a href="https://int.lanl.gov/org/ddste/aldcels/ees/index.shtml">EES-16</a>
|
||||
·
|
||||
<a href="/pages/licensing.html">License</a>
|
||||
·
|
||||
<a href="https://lagrit.lanl.gov/">Contact</a>
|
||||
</p>
|
||||
|
||||
<p>© 2019 Los Alamos National Laboratory</p>
|
||||
<p>EES-16 | Computational Earth Science</p>
|
||||
<p>LA-CC-15-069</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Begin Navigation Bar -->
|
||||
<div id="offcanvas" uk-offcanvas="mode: push; overlay: true" class="uk-offcanvas">
|
||||
<div class="uk-offcanvas-bar">
|
||||
<div class="uk-panel">
|
||||
<ul class="uk-nav uk-nav-default tm-nav">
|
||||
<form class="uk-search uk-search-default" action="https://lanl.github.io/LaGriT/search/">
|
||||
<a href="" uk-search-icon></a>
|
||||
<input class="uk-search-input" type="search" placeholder="" name="q" id="tipue_search_input_mobile">
|
||||
</form>
|
||||
<li class="uk-nav-header">General</li>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/pages/commands">Commands</a></li>
|
||||
<li><a href="/pages/release">Release Notes</a></li>
|
||||
<li><a href="/pages/publications">Publications</a></li>
|
||||
<li><a href="http://github.com/lanl/LaGriT">GitHub</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Navigation Bar -->
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user