Deleted the 'NEW' comments.

This commit is contained in:
falgout 2010-03-26 20:12:28 +00:00
parent 85e2f6ee01
commit e0aa588ca2

View File

@ -155,7 +155,6 @@ int HYPRE_SStructGridAddVariables(HYPRE_SStructGrid grid,
int nvars, int nvars,
HYPRE_SStructVariable *vartypes); HYPRE_SStructVariable *vartypes);
/* NEW */
/** /**
* Set the ordering of variables in a finite element problem. This overrides * Set the ordering of variables in a finite element problem. This overrides
* the default ordering described below. * the default ordering described below.
@ -226,7 +225,6 @@ int HYPRE_SStructGridSetNeighborPart(HYPRE_SStructGrid grid,
int *index_map, int *index_map,
int *index_dir); int *index_dir);
/* NEW */
/** /**
* Describe how regions inside a part are shared with regions in other parts. * Describe how regions inside a part are shared with regions in other parts.
* *
@ -394,7 +392,6 @@ int HYPRE_SStructGraphCreate(MPI_Comm comm,
**/ **/
int HYPRE_SStructGraphDestroy(HYPRE_SStructGraph graph); int HYPRE_SStructGraphDestroy(HYPRE_SStructGraph graph);
/* NEW */
/** /**
* Set the domain grid. * Set the domain grid.
**/ **/
@ -409,14 +406,12 @@ int HYPRE_SStructGraphSetStencil(HYPRE_SStructGraph graph,
int var, int var,
HYPRE_SStructStencil stencil); HYPRE_SStructStencil stencil);
/* NEW */
/** /**
* Indicate that an FEM approach will be used to set matrix values on this part. * Indicate that an FEM approach will be used to set matrix values on this part.
**/ **/
int HYPRE_SStructGraphSetFEM(HYPRE_SStructGraph graph, int HYPRE_SStructGraphSetFEM(HYPRE_SStructGraph graph,
int part); int part);
/* NEW */
/** /**
* Set the finite element stiffness matrix sparsity. This overrides the default * Set the finite element stiffness matrix sparsity. This overrides the default
* full sparsity pattern described below. * full sparsity pattern described below.
@ -554,7 +549,6 @@ int HYPRE_SStructMatrixAddToValues(HYPRE_SStructMatrix matrix,
int *entries, int *entries,
double *values); double *values);
/* NEW */
/** /**
* Add finite element stiffness matrix coefficients index by index. The layout * Add finite element stiffness matrix coefficients index by index. The layout
* of the data in {\tt values} is determined by the routines * of the data in {\tt values} is determined by the routines
@ -815,7 +809,6 @@ int HYPRE_SStructVectorAddToValues(HYPRE_SStructVector vector,
int var, int var,
double *value); double *value);
/* NEW */
/** /**
* Add finite element vector coefficients index by index. The layout of the * Add finite element vector coefficients index by index. The layout of the
* data in {\tt values} is determined by the routine * data in {\tt values} is determined by the routine