1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DM/PetscDTNodeType.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>PetscDTNodeType</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<div id="version" align=right><b>petsc-3.14.5 2021-03-03</b></div>
<div id="bugreport" align=right><a href="mailto:petsc-maint@mcs.anl.gov?subject=Typo or Error in Documentation &body=Please describe the typo or error in the documentation: petsc-3.14.5 v3.14.5 docs/manualpages/DM/PetscDTNodeType.html "><small>Report Typos and Errors</small></a></div>
<A NAME="PetscDTNodeType"><H1>PetscDTNodeType</H1></A>
A description of strategies for generating nodes (both quadrature nodes and nodes for Lagrange polynomials)
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
typedef enum {<A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PETSCDTNODES_DEFAULT</A>=-1, <A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PETSCDTNODES_GAUSSJACOBI</A>, <A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PETSCDTNODES_EQUISPACED</A>, <A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PETSCDTNODES_TANHSINH</A>} <A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PetscDTNodeType</A>;
</PRE>
<P>
<pre>
<A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PETSCDTNODES_DEFAULT</A> - Nodes chosen by PETSc
</pre>
<pre>
<A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PETSCDTNODES_GAUSSJACOBI</A> - Nodes at either Gauss-Jacobi or Gauss-Lobatto-Jacobi quadrature points
</pre>
<pre>
<A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PETSCDTNODES_EQUISPACED</A> - Nodes equispaced either including the endpoints or excluding them
</pre>
<pre>
<A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PETSCDTNODES_TANHSINH</A> - Nodes at Tanh-Sinh quadrature points
</pre>
<P>
Note: a <A HREF="../FE/PetscDTNodeType.html#PetscDTNodeType">PetscDTNodeType</A> can be paired with a <A HREF="../Sys/PetscBool.html#PetscBool">PetscBool</A> to indicate whether
the nodes include endpoints or not, and in the case of PETSCDT_GAUSSJACOBI
with exponents for the weight function.
<P>
<P><B></B><H3><FONT COLOR="#CC3333">Level</FONT></H3>intermediate<BR>
<H3><FONT COLOR="#CC3333">Location</FONT></H3>
</B><A HREF="../../../src/dm/dt/../../../include/petscdt.h.html#PetscDTNodeType">src/dm/dt/../../../include/petscdt.h</A>
<BR><A HREF="./index.html">Index of all DM routines</A>
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
</BODY></HTML>
|