Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Field_traits< Field > Struct Template Reference

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
 

Detailed Description

template<class Field>
struct Field_traits< Field >

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.

Member Typedef Documentation

typedef Field::Size Size

Definition at line 69 of file Generic_element_2.h.

Definition at line 68 of file Generic_element_2.h.


The documentation for this struct was generated from the following file: