Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MesqPane.h File Reference

MesqPane.h. More...

#include "Mesquite.hpp"
#include "MeshInterface.hpp"
#include "MesquiteError.hpp"
#include "InstructionQueue.hpp"
#include "MeshSet.hpp"
#include "TerminationCriterion.hpp"
#include "QualityAssessor.hpp"
#include "MeanRatioQualityMetric.hpp"
#include "EdgeLengthQualityMetric.hpp"
#include "LPtoPTemplate.hpp"
#include "FeasibleNewton.hpp"
#include "ConjugateGradient.hpp"
#include "MsqMessage.hpp"
#include "MsqVertex.hpp"
#include "Pane.h"
#include "Pane_boundary.h"
#include "Dual_connectivity.h"
#include "mopbasic.h"
#include "roccom_devel.h"
Include dependency graph for MesqPane.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MesqPane
 A class enabling Mesquite calls on Rocmop panes. More...
 
struct  MesqPane::tag
 A tag structure required by Mesquite. More...
 
class  MyEntityIterator
 A class for iterating through a Panes vertices or elements. More...
 

Macros

#define USE_STD_INCLUDES   1
 
#define USE_C_PREFIX_INCLUDES   1
 
#define MESQUITE_BEGIN_NAMESPACE   namespace Mesquite{
 
#define MESQUITE_END_NAMESPACE   }
 

Typedefs

typedef EntityIterator VertexIterator
 
typedef EntityIterator ElementIterator
 

Detailed Description

MesqPane.h.

An implementation of Mesquite's mesh class as defined in MeshInterface.hpp and MeshInterface.cpp.

Many of the comments in this code come from MeshInterface.hpp, which is Copyright 2004 Sandia Corporation and Argonne National Laboratory and dsitributed under the GNU Lesser General Public License.

Please see that file for more information.

Definition in file MesqPane.h.

Macro Definition Documentation

#define MESQUITE_BEGIN_NAMESPACE   namespace Mesquite{

Definition at line 75 of file MesqPane.h.

#define MESQUITE_END_NAMESPACE   }

Definition at line 76 of file MesqPane.h.

#define USE_C_PREFIX_INCLUDES   1

Definition at line 46 of file MesqPane.h.

#define USE_STD_INCLUDES   1

Definition at line 42 of file MesqPane.h.

Typedef Documentation

Definition at line 86 of file MesqPane.h.

Definition at line 84 of file MesqPane.h.