PolyFEM
|
Public Member Functions | |
__init__ (self, nsd, order) | |
nbf (self) | |
compute_basis (self) | |
Public Attributes | |
nsd | |
order | |
points | |
N | |
Definition at line 61 of file q_bases.py.
q_bases.Lagrange.__init__ | ( | self, | |
nsd, | |||
order | |||
) |
Definition at line 62 of file q_bases.py.
q_bases.Lagrange.compute_basis | ( | self | ) |
Definition at line 71 of file q_bases.py.
References q_bases.create_point_set(), p_bases.Lagrange.N, q_bases.Lagrange.N, p_bases.ReferenceSimplex.nsd, p_bases.Lagrange.nsd, q_bases.ReferenceSimplex.nsd, q_bases.Lagrange.nsd, p_bases.Lagrange.order, q_bases.Lagrange.order, polyfem::basis::Basis.order(), p_bases.Lagrange.points, q_bases.Lagrange.points, polyfem::io::SolutionFrame.points, polyfem::io::OutGeometryData::ExportOptions.points, polyfem::mesh::Mesh3DStorage.points, and polyfem::quadrature::Quadrature.points.
q_bases.Lagrange.nbf | ( | self | ) |
Definition at line 68 of file q_bases.py.
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().
q_bases.Lagrange.nsd |
Definition at line 63 of file q_bases.py.
Referenced by p_bases.Lagrange.compute_basis(), q_bases.Lagrange.compute_basis(), p_bases.ReferenceSimplex.integrate(), and q_bases.ReferenceSimplex.integrate().
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().
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().