rbmatlab 0.10.01
|
structure representing the fem-space information shared by all fem-functions. Implemneted as handle class, in order to be linked into df-classes.
Public Member Functions | |
feminfo ( model, triagrid grid) | |
required fields of model: pdeg: polynomial degree | |
Public Attributes | |
pdeg | |
polynomial degree | |
dimrange | |
dimension of ranges space | |
global_dof_index | |
index vector of global DOFs | |
ndofs | |
number of DOFs | |
ndofs_per_element | |
number of DOFs per grid element | |
::gridbase | grid |
object | |
nlagrange_nodes | |
number of lagrange node indices | |
lagrange_nodes | |
the lagrange points on nodes | |
lagrange_edges | |
the lagrange points on edges | |
detDF | |
determinant of reference mapping | |
dirichlet_gids | |
global IDs of dirichlet DOFs | |
robin_elind | |
element IDs of Robin DOFs | |
robin_edgeind | |
edge IDs of Robin DOFs | |
neumann_elind | |
element IDs of Neumann DOFs | |
neumann_edgeind | |
edge IDs of Neumann DOFs | |
l2_inner_product_matrix | |
weight matrix for ![]() | |
h10_inner_product_matrix | |
weight matrix for ![]() | |
regularized_h10_inner_product_matrix | |
weight matrix for regularized ![]() |
feminfo.feminfo | ( | model, | |
triagrid | grid | ||
) |