GetFEM
5.4.2
|
Tools for Hybrid-High-Order methods. More...
#include "getfem_models.h"
Go to the source code of this file.
Namespaces | |
getfem | |
GEneric Tool for Finite Element Methods. | |
Functions | |
void | getfem::add_HHO_reconstructed_gradient (model &md, std::string name) |
Add to the model the elementary transformation corresponding to the reconstruction of a gradient for HHO methods. More... | |
void | getfem::add_HHO_reconstructed_symmetrized_gradient (model &md, std::string name) |
Add to the model the elementary transformation corresponding to the reconstruction of a symmetrized gradient for HHO methods. More... | |
void | getfem::add_HHO_reconstructed_value (model &md, std::string name) |
Add to the model the elementary transformation corresponding to the reconstruction of the variable. More... | |
void | getfem::add_HHO_reconstructed_symmetrized_value (model &md, std::string name) |
Add to the model the elementary transformation corresponding to the reconstruction of the variable using a symmetrized gradient. More... | |
void | getfem::add_HHO_stabilization (model &md, std::string name) |
Add to the model the elementary transformation corresponding to the HHO stabilization operator. More... | |
void | getfem::add_HHO_symmetrized_stabilization (model &md, std::string name) |
Add to the model the elementary transformation corresponding to the HHO stabilization operator using a symmetrized gradient. More... | |