PolyFEM
Loading...
Searching...
No Matches
q_bases.Lagrange Class Reference

Public Member Functions

 __init__ (self, nsd, order)
 
 nbf (self)
 
 compute_basis (self)
 

Public Attributes

 nsd
 
 order
 
 points
 
 N
 

Detailed Description

Definition at line 61 of file q_bases.py.

Constructor & Destructor Documentation

◆ __init__()

q_bases.Lagrange.__init__ (   self,
  nsd,
  order 
)

Definition at line 62 of file q_bases.py.

Member Function Documentation

◆ compute_basis()

◆ nbf()

q_bases.Lagrange.nbf (   self)

Definition at line 68 of file q_bases.py.

Member Data Documentation

◆ N

q_bases.Lagrange.N

Definition at line 69 of file q_bases.py.

Referenced by p_bases.Lagrange.compute_basis(), and q_bases.Lagrange.compute_basis().

◆ nsd

◆ order

q_bases.Lagrange.order

Definition at line 64 of file q_bases.py.

Referenced by p_bases.Lagrange.compute_basis(), and q_bases.Lagrange.compute_basis().

◆ points

q_bases.Lagrange.points

Definition at line 65 of file q_bases.py.

Referenced by p_bases.Lagrange.compute_basis(), and q_bases.Lagrange.compute_basis().


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