• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PHP make_navigation函数代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了PHP中make_navigation函数的典型用法代码示例。如果您正苦于以下问题:PHP make_navigation函数的具体用法?PHP make_navigation怎么用?PHP make_navigation使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。



在下文中一共展示了make_navigation函数的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。

示例1: load_style

$root = "";
require $root . "navigation.php";
?>

<html>
<head>
  <title>Download and Installation</title>
  <?php 
load_style($root);
?>
</head>

<body>
<?php 
make_navigation("download", $root);
?>

<div class="content">
<h1>Subversion Repository Information</h1>
You may  access the SVN source tree for the latest code. You can get access
to the SVN repository via:
<div class="fragment">
  <pre>svn checkout https://libmesh.svn.sourceforge.net/svnroot/libmesh/trunk/libmesh </pre>
</div>
If you would like to contribute to the project you will need a SourceForge
developer account, or you can contribute patches. To create a patch from a
modified SVN tree simply do:
<div class="fragment">
  <pre>svn diff &gt; patch </pre>
</div>
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:30,代码来源:subversion.php


示例2: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("transient_ex2", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file transient_ex2.C with comments: </h1> 
<div class = "comment">
<h1>Transient Example 2 - The Newmark System and the Wave Equation</h1>

<br><br>This is the eighth example program. It builds on
the previous example programs.  It introduces the
NewmarkSystem class.  In this example the wave equation
is solved using the time integration scheme provided
by the NewmarkSystem class.

<br><br>This example comes with a cylindrical mesh given in the
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:transient_ex2.php


示例3: load_style

$root = "";
require $root . "navigation.php";
?>

<html>
<head>
  <title>libMesh Applications</title>
  <?php 
load_style($root);
?>
</head>

<body>
<?php 
make_navigation("applications", $root);
?>

<div class="content">
<h2>Here you will find presentations, organized by application area, that use libMesh</h2>
<ul>
  <li>    Foo </li>
  <li>    Bar </li>
</ul>

<h2>Natural Convection</h2>
<ul>
  <li> <a href="http://cfdlab.ae.utexas.edu/~benkirk/adv_flows_project.pdf">Ben's Adavnced Flows Class Project</a> </li>
</ul>

<h2>Exterior Acoustics</h2>
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:30,代码来源:applications.php


示例4: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("adjoints_ex4", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file femparameters.h with comments: </h1> 
<div class = "comment">
</div>

<div class ="fragment">
<pre>
        #ifndef __fem_parameters_h__
        #define __fem_parameters_h__
        
        #include &lt;limits&gt;
        #include &lt;string&gt;
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:adjoints_ex4.php


示例5: load_style

$root = "";
require $root . "navigation.php";
?>

<html>
<head>
  <title>libMesh Developers</title>
  <?php 
load_style($root);
?>
</head>

<body>
<?php 
make_navigation("developers", $root);
?>

<?php 
function dev_table_entry($pic, $name, $homepage, $other, $titles, $institutions)
{
    ?>
<table>
<tr>
  <td>
    <?php 
    echo "<img src=\"{$pic}\">";
    ?>
  </td>
  <td>
  <?php 
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:30,代码来源:developers.php


示例6: make_menu

function make_menu()
{
    return make_navigation();
}
开发者ID:d120,项目名称:engelsystem,代码行数:4,代码来源:sys_menu.php


示例7: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("systems_of_equations_ex2", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file systems_of_equations_ex2.C with comments: </h1> 
<div class = "comment">
<h1>Systems Example 2 - Unsteady Nonlinear Navier-Stokes</h1>

<br><br>This example shows how a simple, unsteady, nonlinear system of equations
can be solved in parallel.  The system of equations are the familiar
Navier-Stokes equations for low-speed incompressible fluid flow.  This
example introduces the concept of the inner nonlinear loop for each
timestep, and requires a good deal of linear algebra number-crunching
at each step.  If you have a ExodusII viewer such as ParaView installed,
the script movie.sh in this directory will also take appropriate screen
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:systems_of_equations_ex2.php


示例8: load_style

<?php

$root = "../";
require $root . "navigation.php";
?>

<html>
<head>
  <title>LibMesh Class Documentation</title>
  <?php 
load_style($root);
?>
</head>

<body>
<?php 
make_navigation("documentation", $root);
?>

<div class="content">
<div>
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:21,代码来源:header.php


示例9: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("fem_system_ex1", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file naviersystem.h with comments: </h1> 
<div class = "comment">
</div>

<div class ="fragment">
<pre>
        #include "libmesh/fem_system.h"
        
        using namespace libMesh;
        
</pre>
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:fem_system_ex1.php


示例10: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("subdomains_ex2", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file subdomains_ex2.C with comments: </h1> 
<div class = "comment">
<h1>Subdomains Example 2 - Subdomain-Restricted Variables</h1>

<br><br>This example builds on the fourth example program by showing how
to restrict solution fields to a subdomain (or union of
subdomains).


<br><br>
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:30,代码来源:subdomains_ex2.php


示例11: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("solution_transfer_ex1", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file main.C with comments: </h1> 
<div class = "comment">
</div>

<div class ="fragment">
<pre>
        #include "libmesh/libmesh.h"
        #include "libmesh/mesh.h"
        #include "libmesh/mesh_generation.h"
        #include "libmesh/explicit_system.h"
        #include "libmesh/equation_systems.h"
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:solution_transfer_ex1.php


示例12: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <title>libMesh Publications</title>
<?php 
load_style($root);
?>
</head>
<body>
<?php 
make_navigation("publications", $root);
?>
<div class="content">
<h2>Please use the following citation to reference libMesh</h2>

<!-- This document was automatically generated with bibtex2html 1.96
     (see http://www.lri.fr/~filliatr/bibtex2html/),
     with the following command:
     bibtex2html -d -r --nodoc --single -nofooter libmesh.bib  -->


<table>

<tr valign="top">
<td align="right" class="bibtexnumber">
[<a name="libMeshPaper">1</a>]
</td>
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:publications.php


示例13: load_style

require $root . "navigation.php";
?>

<!-- $Id: externalsoftware.php,v 1.7 2007-09-09 20:02:19 benkirk Exp $ -->

<html>
<head>
  <title>Packages used by libMesh</title>
  <?php 
load_style($root);
?>
</head>

<body>
<?php 
make_navigation("externalsoftware", $root);
?>

<div class="content">
<h1>External Packages</h1>
<code>libMesh</code> interfaces to a number of high-quality software packages to provide certain functionality.  This page provides a list of packages and a description of their use in the library.

<h2>MPI</h2> The <a href="http://www-unix.mcs.anl.gov/mpi">Message Passing Interface</a> is a standard for parallel programming using the message passing model. PETSc requires MPI for its functionality.  <code>libMesh</code> makes use of MPI to when running in parallel for certain operations, including its <code>ParallelMesh</code> distributed-memory, fully unstructured mesh implementation. 

<h2>TBB</h2> Since February 2008 <code>libMesh</code> can be configured to use the <a href="http://threadingbuildingblocks.org/">Threading Building Blocks</a> for thread-based parallelism on shared memory machines.  Several key algorithms in the library have been refactored to be multithreaded, and this effort will continue as additional profiling reveals additional serial bottlenecks.  It is envisioned that for certain classes of problems multilevel parallelism (e.g. message passing between nodes and threading within nodes) will prove more scalable than message passing alone, especially with the introduction of commodity multi-core processors.  The reality is that for implicit problems this can only be achieved with a parallel linear algebra library that also uses multilevel parallelism.

<hr>
<h2>PETSc - Parallel Linear & Nonlinear Solvers</h2> The Portable, Extensible Toolkit for Scientific Computation <a href="http://www.mcs.anl.gov/petsc">(PETSc)</a> is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations.

<h3>SLEPc</h3> The Scalable Library for Eigenvalue Computations <a href="http://www.grycap.upv.es/slepc">(SLEPc)</a> is a library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic.
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:30,代码来源:externalsoftware.php


示例14: del_cust

                echo "<td><a title='Xem thông tin chi tiết' href='#'>" . $value['full_name'] . "</a></td>";
                echo "<td>" . $value['birthday'] . "</td>";
                echo "<td>" . $value['phone'] . "</td>";
                echo "<td>" . $value['city_name'] . "</td>";
                echo "<td align='center'><a target='_blank' href='" . __SITE_CONTEXT . "admin/customer/update?id={$key}'>Sửa</a></td>";
                echo "<td align='center'><a href='#' onclick='return del_cust({$key})'>Xóa</a></td>";
                echo '</tr>';
            }
        }
        ?>
	</tbody>
</table>
<br />

<?php 
        echo make_navigation($list_cust['page_num'], $page, $url);
    }
    ?>
<br />

<?php 
} else {
    // if ( $list_cust != NULL)
    ?>
	<div style="color:green;font-size:20px;text-align:center">Nhấn nút Search để bắt đầu tìm kiếm</div>
	<br />
<?php 
}
?>
</p>
开发者ID:katatunix,项目名称:gaby-shop,代码行数:30,代码来源:customer-index.php


示例15: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("vector_fe_ex2", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file laplace_exact_solution.h with comments: </h1> 
<div class = "comment">
</div>

<div class ="fragment">
<pre>
        #include "libmesh/libmesh_common.h"
        
        using namespace libMesh;
        
        #ifndef __laplace_exact_solution_h__
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:vector_fe_ex2.php


示例16: load_style

<head>
  
  <title>libMesh - C++ Finite Element Library</title>
  <meta name="verify-v1" content="X3cfnoMNiuo9l+ZWNoTZv590OCrbnVJsxCDsWZdzFmw=">
  <META name="description" content="A parallel adaptive C++ finite element library for simulating partial differential equations.">
  <META name="keywords" content="finite element, finite element method, finite element modeling, finite element modelling, finite element software, finite element methods, science math numerical analysis, science math numerical analysis software, numerical analysis research group, partial differential equations, applied partial differential equations, elliptic parabolic hyperbolic partial differential equations, finite element analysis modeling software, system of linear equation solver, simultaneous linear equation solver, computational fluid dynamics software">
  <META name="robots" content="index, follow">
  <?php 
load_style($root);
?>
</head>

<BODY>

<?php 
make_navigation("normal", $root);
?>


<div class="content">

<!-- <img class="title_image" src="images/libmesh_mesh_small.png"> -->
<!-- <br><br><br> -->
<?php 
// This php script makes the words wrap nicely around the image which
// we have split up into several sections.  This apparently only works
// for Gecko-enabled browsers, e.g. Firefox.
if (NW_IS_GECKO || NW_IS_MAC) {
    // You can get these numbers using the 'file' command on most linux systems.
    $pic_widths = array(417, 417, 417, 417, 417, 400, 345, 270, 205, 145, 80);
    $pic_heights = array(26, 26, 26, 26, 26, 13, 13, 13, 13, 13, 13);
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:index.php


示例17: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("adaptivity_ex1", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file adaptivity_ex1.C with comments: </h1> 
<div class = "comment">
<h1>Adaptivity Example 1 - Solving 1D PDE Using Adaptive Mesh Refinement</h1>

<br><br>This example demonstrates how to solve a simple 1D problem
using adaptive mesh refinement. The PDE that is solved is:
-epsilon*u''(x) + u(x) = 1, on the domain [0,1] with boundary conditions
u(0) = u(1) = 0 and where epsilon << 1.

<br><br>The approach used to solve 1D problems in libMesh is virtually identical to
solving 2D or 3D problems, so in this sense this example represents a good
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:adaptivity_ex1.php


示例18: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("eigenproblems_ex2", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file eigenproblems_ex2.C with comments: </h1> 
<div class = "comment">
</div>

<div class ="fragment">
<pre>
        #include "libmesh/libmesh.h"
        #include "libmesh/mesh.h"
        #include "libmesh/mesh_generation.h"
        #include "libmesh/exodusII_io.h"
        #include "libmesh/eigen_system.h"
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:eigenproblems_ex2.php


示例19: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("reduced_basis_ex6", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file assembly.h with comments: </h1> 
<div class = "comment">
</div>

<div class ="fragment">
<pre>
        #ifndef __assembly_h__
        #define __assembly_h__
        
        #include "libmesh/sparse_matrix.h"
        #include "libmesh/numeric_vector.h"
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:reduced_basis_ex6.php


示例20: load_style

<?php

$root = "";
require $root . "navigation.php";
?>
<html>
<head>
  <?php 
load_style($root);
?>
</head>
 
<body>
 
<?php 
make_navigation("introduction_ex4", $root);
?>
 
<div class="content">
<a name="comments"></a> 
<br><br><br> <h1> The source file introduction_ex4.C with comments: </h1> 
<div class = "comment">
<h1>Introduction Example 4 - Solving a 1D, 2D or 3D Poisson Problem in Parallel</h1>

<br><br>This is the fourth example program.  It builds on
the third example program by showing how to formulate
the code in a dimension-independent way.  Very minor
changes to the example will allow the problem to be
solved in one, two or three dimensions.

<br><br>This example will also introduce the PerfLog class
开发者ID:GaZ3ll3,项目名称:libmesh,代码行数:31,代码来源:introduction_ex4.php



注:本文中的make_navigation函数示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
PHP make_page函数代码示例发布时间:2022-05-15
下一篇:
PHP make_menu_from_list函数代码示例发布时间:2022-05-15
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap