Hcurl space. More...
#include <hcurl.h>
Inherits Space.
Public Member Functions | |
| HcurlSpace (Mesh *mesh, Shapeset *ss) | |
| virtual | ~HcurlSpace () |
| virtual Space * | dup (Mesh *mesh) const |
| virtual void | get_element_assembly_list (Element *e, AsmList *al) |
| virtual void | get_boundary_assembly_list (Element *e, int face, AsmList *al) |
Protected Member Functions | |
| virtual int | get_vertex_ndofs () |
| virtual int | get_edge_ndofs (order1_t order) |
| virtual int | get_face_ndofs (order2_t order) |
| virtual int | get_element_ndofs (order3_t order) |
| virtual void | assign_dofs_internal () |
| virtual void | calc_vertex_boundary_projection (Element *elem, int ivertex) |
| virtual void | calc_edge_boundary_projection (Element *elem, int iedge) |
| virtual void | calc_face_boundary_projection (Element *elem, int iface) |
Hcurl space.
| HcurlSpace::~HcurlSpace | ( | ) | [virtual] |
| void HcurlSpace::assign_dofs_internal | ( | ) | [protected, virtual] |
Implements Space.
| void HcurlSpace::calc_edge_boundary_projection | ( | Element * | elem, | |
| int | iedge | |||
| ) | [protected, virtual] |
Implements Space.
| void HcurlSpace::calc_face_boundary_projection | ( | Element * | elem, | |
| int | iface | |||
| ) | [protected, virtual] |
Implements Space.
| void HcurlSpace::calc_vertex_boundary_projection | ( | Element * | elem, | |
| int | ivertex | |||
| ) | [protected, virtual] |
Implements Space.
Implements Space.
Implements Space.
| int HcurlSpace::get_vertex_ndofs | ( | ) | [protected, virtual] |
Implements Space.
1.6.3