gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <dofManager.h>
Public Member Functions | |
Dof (long int entity, int type) | |
long int | getEntity () const |
int | getType () const |
bool | operator< (const Dof &other) const |
bool | operator== (const Dof &other) const |
Static Public Member Functions | |
static int | createTypeWithTwoInts (int i1, int i2) |
static void | getTwoIntsFromType (int t, int &i1, int &i2) |
Protected Attributes | |
long int | _entity |
int | _type |
Definition at line 19 of file dofManager.h.
|
inline |
Definition at line 25 of file dofManager.h.
|
inlinestatic |
Definition at line 28 of file dofManager.h.
Referenced by dofManager< double >::assemble(), frameSolver2d::createDofs(), dofManager< double >::fixVertex(), dofManager< double >::getDofValue(), ScalarToAnyFunctionSpace< SVector3 >::getKeys(), xFemFunctionSpace< T >::getKeys(), helmholtzTerm< double >::getLocalDofC(), elasticityTerm::getLocalDofC(), helmholtzTerm< double >::getLocalDofR(), elasticityTerm::getLocalDofR(), elasticityMixedTerm::getLocalDofR(), dofManager< double >::isFixed(), dofManager< double >::numberVertex(), and frameSolver2d::solve().
|
inline |
Definition at line 26 of file dofManager.h.
Referenced by FixNodalDofs(), FilterNodeEnriched::operator()(), and FilterElementsCutByLevelSet::operator()().
|
inlinestatic |
Definition at line 32 of file dofManager.h.
Referenced by ScalarToAnyFunctionSpace< SVector3 >::getKeys(), xFemFunctionSpace< T >::getKeys(), FilterNodeEnriched::operator()(), FilterElementsCutByLevelSet::operator()(), and FilterDofComponent::operator()().
|
inline |
Definition at line 27 of file dofManager.h.
Referenced by FilterNodeEnriched::operator()(), FilterElementsCutByLevelSet::operator()(), and FilterDofComponent::operator()().
|
inline |
Definition at line 37 of file dofManager.h.
|
inline |
Definition at line 44 of file dofManager.h.
|
protected |
Definition at line 22 of file dofManager.h.
Referenced by getEntity(), operator<(), and operator==().
|
protected |
Definition at line 23 of file dofManager.h.
Referenced by getType(), operator<(), and operator==().