Xfem
The Xfem Plugin
Classes | Enumerations
xfemPrintUtils.h File Reference

Declaration of the XfemPrintUtils class. More...

#include <gmPrintUtils.h>
Include dependency graph for xfemPrintUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XfemPrintUtils
 Extension to GmPrintUtils for printing subelements and data at enriched Gauss points. More...
 

Enumerations

enum  XfemPrintFlags { XFEM_PRINT_CARTESIAN = GM_PRINT_USER, XFEM_PRINT_NUM_GAUSS = GM_PRINT_USER << 1, XFEM_PRINT_SUB_ELEM_NUM = GM_PRINT_USER << 2, XFEM_PRINT_SUB_ELEM_TYPE = GM_PRINT_USER << 3 }
 Enumeration used to extend GmPrintUtilsFlags with options for printing Xfem subelements. More...
 

Detailed Description

Declaration of the XfemPrintUtils class.

Author
Carlos Augusto Teixeira Mendes
Date
june, 2017

Enumeration Type Documentation

◆ XfemPrintFlags

Enumeration used to extend GmPrintUtilsFlags with options for printing Xfem subelements.

Enumerator
XFEM_PRINT_CARTESIAN 

Do we want to print cartesian coordinates for subelement vertices? Used by printSubElementsTable() only. (default = natural coordinates)

XFEM_PRINT_NUM_GAUSS 

Should we print a column with the number of Gauss points in the subelement? Used by printSubElementsTable() only.

XFEM_PRINT_SUB_ELEM_NUM 

Should we print a column with the subelement number? Used by printSubElementsGaussTable() only.

XFEM_PRINT_SUB_ELEM_TYPE 

Should we print a column with the subelement type? Used by printSubElementsGaussTable() only.