GetFEM  5.4.2
getfem_im_data.h File Reference

Provides indexing of integration points for mesh_im. More...

Go to the source code of this file.

Classes

class  getfem::im_data
 im_data provides indexing to the integration points of a mesh im object. More...
 

Namespaces

 getfem
 GEneric Tool for Finite Element Methods.
 

Functions

bool getfem::is_equivalent_with_vector (const bgeot::multi_index &sizes, size_type vector_size)
 check if a given tensor size is equivalent to a vector
 
bool getfem::is_equivalent_with_matrix (const bgeot::multi_index &sizes, size_type nrows, size_type ncols)
 check if a given tensor size is equivalent to a matrix
 

Detailed Description

Provides indexing of integration points for mesh_im.

Date
Feb 2014
Author
Liang Jin Lim

Definition in file getfem_im_data.h.