gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
BoundaryConditionT Struct Reference

#include <thermicSolver.h>

Inheritance diagram for BoundaryConditionT:
Collaboration diagram for BoundaryConditionT:

Public Types

enum  location {
  UNDEF, ON_VERTEX, ON_EDGE, ON_FACE,
  ON_VOLUME
}
 

Public Member Functions

 BoundaryConditionT ()
 

Public Attributes

int _tag
 
location onWhat
 
groupOfElementsg
 

Detailed Description

Definition at line 37 of file thermicSolver.h.

Member Enumeration Documentation

◆ location

Enumerator
UNDEF 
ON_VERTEX 
ON_EDGE 
ON_FACE 
ON_VOLUME 

Definition at line 39 of file thermicSolver.h.

Constructor & Destructor Documentation

◆ BoundaryConditionT()

BoundaryConditionT::BoundaryConditionT ( )
inline

Definition at line 42 of file thermicSolver.h.

Member Data Documentation

◆ _tag

int BoundaryConditionT::_tag

Definition at line 38 of file thermicSolver.h.

Referenced by thermicSolver::setEdgeTemp(), and thermicSolver::setFaceTemp().

◆ g

groupOfElements* BoundaryConditionT::g

Definition at line 41 of file thermicSolver.h.

Referenced by thermicSolver::setEdgeTemp(), and thermicSolver::setFaceTemp().

◆ onWhat

location BoundaryConditionT::onWhat

Definition at line 40 of file thermicSolver.h.

Referenced by thermicSolver::setEdgeTemp(), and thermicSolver::setFaceTemp().


The documentation for this struct was generated from the following file: