Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
reference_element_q

Detailed Description

Definition at line 239 of file reference_element.h.

Public Types

typedef point_basic< size_t >::size_type size_type
 

Static Public Member Functions

static size_type n_subgeo (size_type side_dim)
 
static size_type subgeo_n_node (size_type order, size_type side_dim, size_type loc_isid)
 
static size_type subgeo_local_node (size_type order, size_type side_dim, size_type loc_isid, size_type loc_jsidnod)
 
static size_type ilat2loc_inod (size_type order, const point_basic< size_type > &ilat)
 
static size_type first_inod_by_variant (size_type order, size_type subgeo_variant)
 
static const point_basic< Float > & vertex (size_type iloc)
 
static Float side_measure (size_type loc_isid)
 
static void side_normal (size_type loc_isid, point_basic< Float > &hat_n)
 

Member Typedef Documentation

◆ size_type

Definition at line 244 of file reference_element.h.

Member Function Documentation

◆ n_subgeo()

reference_element_q::size_type n_subgeo ( size_type  side_dim)
static

Definition at line 448 of file reference_element.cc.

◆ subgeo_n_node()

reference_element_q::size_type subgeo_n_node ( size_type  order,
size_type  side_dim,
size_type  loc_isid 
)
static

Definition at line 458 of file reference_element.cc.

◆ subgeo_local_node()

reference_element_q::size_type subgeo_local_node ( size_type  order,
size_type  side_dim,
size_type  loc_isid,
size_type  loc_jsidnod 
)
static

Definition at line 468 of file reference_element.cc.

◆ ilat2loc_inod()

reference_element_q::size_type ilat2loc_inod ( size_type  order,
const point_basic< size_type > &  ilat 
)
static

Definition at line 481 of file reference_element.cc.

◆ first_inod_by_variant()

reference_element_q::size_type first_inod_by_variant ( size_type  order,
size_type  subgeo_variant 
)
static

Definition at line 486 of file reference_element.cc.

◆ vertex()

const point_basic< Float > & vertex ( size_type  iloc)
static

Definition at line 509 of file reference_element.cc.

◆ side_measure()

Float side_measure ( size_type  loc_isid)
static

Definition at line 493 of file reference_element.cc.

◆ side_normal()

void side_normal ( size_type  loc_isid,
point_basic< Float > &  hat_n 
)
static

Definition at line 498 of file reference_element.cc.


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