Definition of Generic_element_2, which supports linear/quadratic triangle/quadrilateral elements. More...
#include <Generic_element_2.h>
Public Types | |
typedef Field::Value | Value |
typedef Field::Size | Size |
Definition of Generic_element_2, which supports linear/quadratic triangle/quadrilateral elements.
Linear/bilinear elements 2 (0,1) 3 __________ 2 (1,1) |\ | | | \ | | | \ | | | \ | | |____\ |__________| 0 1 (1,0) 0(0,0) 1
Quadratic elements 2 (0,1) 3 ____6_____ 2 (1,1) 3 ____6_____ 2 (1,1) |\ | | | | | \ | | | | 5| \4 7| |5 7| 8 |5 | \ | | | | |____\ |__________| |__________| 0 3 1 (1,0) 0(0,0) 4 1 (0,1) 0(0,0) 4 1 (0,1) This is a helper of Generic_element_2 for determining the base data type of a container that supports bracket operator for accessing nodal data using element-wise node index.
Definition at line 67 of file Generic_element_2.h.
typedef Field::Size Size |
Definition at line 69 of file Generic_element_2.h.
typedef Field::Value Value |
Definition at line 68 of file Generic_element_2.h.