55 virtual void constrainEdge(
int dir,
bool open,
int dof,
int code,
char basis);
Driver for assembly of unstructured 2D spline FE models.
Driver for assembly of C1-continuous 2D LR-spline FE models.
Definition: ASMu2DC1.h:27
virtual void constrainEdge(int dir, bool open, int dof, int code, char basis)
Constrains all DOFs on a given boundary edge.
Definition: ASMu2DC1.C:35
ASMu2DC1(const ASMu2DC1 &patch, unsigned char n_f=0)
Copy constructor.
Definition: ASMu2DC1.h:32
virtual ~ASMu2DC1()
Empty destructor.
Definition: ASMu2DC1.h:34
ASMu2DC1(unsigned char n_s=2, unsigned char n_f=1)
Default constructor.
Definition: ASMu2DC1.h:30
virtual bool generateFEMTopology()
Generates the finite element topology data for the patch.
Definition: ASMu2DC1.C:19
Driver for assembly of unstructured 2D spline FE models.
Definition: ASMu2D.h:50