PolyFEM
Loading...
Searching...
No Matches
p_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 119 of file p_bases.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 120 of file p_bases.py.

Member Function Documentation

◆ compute_basis()

◆ nbf()

p_bases.Lagrange.nbf (   self)

Definition at line 126 of file p_bases.py.

Member Data Documentation

◆ N

p_bases.Lagrange.N

Definition at line 127 of file p_bases.py.

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

◆ nsd

◆ order

p_bases.Lagrange.order

Definition at line 122 of file p_bases.py.

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

◆ points

p_bases.Lagrange.points

Definition at line 123 of file p_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: