IFEM  90A354
Public Member Functions | Public Attributes | List of all members
ASMu2D::DirichletEdge Struct Reference

Struct representing an inhomogeneous Dirichlet boundary condition. More...

#include <ASMu2D.h>

Collaboration diagram for ASMu2D::DirichletEdge:
Collaboration graph
[legend]

Public Member Functions

 DirichletEdge (LR::LRSplineSurface *sf, int dir, int d=0, int c=0, int offset=1)
 The constructor detects the edge end points.
 
bool isCorner (int b) const
 Returns true if basis function b is at a corner point.
 

Public Attributes

LR::LRSplineSurface * lr
 Pointer to the right object (in case of multiple bases)
 
LR::parameterEdge edg
 Which edge is this.
 
IntVec MLGE
 Local-to-Global Element numbers.
 
IntVec MLGN
 Local-to-Global Nodal numbers.
 
IntMat MNPC
 Matrix of Nodal-Point Correpondanse.
 
int dof
 Local DOF to constrain along the boundary.
 
int code
 Inhomogeneous Dirichlet condition code.
 
int corners [2]
 Index of the two end-points of this line.
 

Detailed Description

Struct representing an inhomogeneous Dirichlet boundary condition.


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