|
omega_h
Reliable mesh adaptation
|
Public Member Functions | |
| Tag (std::string const &name_in, Int ncomps_in) | |
| Tag (std::string const &name_in, Int ncomps_in, LOs class_ids_in) | |
| Tag (std::string const &name_in, Int ncomps_in, ArrayType array_type_in) | |
| Tag (std::string const &name_in, Int ncomps_in, LOs class_ids_in, ArrayType array_type_in) | |
| Read< T > | array () const |
| void | set_array (Read< T > array_in) |
| virtual Omega_h_Type | type () const override |
Public Member Functions inherited from Omega_h::TagBase | |
| TagBase (std::string const &name_in, Int ncomps_in) | |
| TagBase (std::string const &name_in, Int ncomps_in, LOs class_ids_in) | |
| TagBase (std::string const &name_in, Int ncomps_in, ArrayType array_type_in) | |
| TagBase (std::string const &name_in, Int ncomps_in, LOs class_ids_in, ArrayType array_type_in) | |
| std::string const & | name () const |
| Int | ncomps () const |
| LOs | class_ids () const |
| ArrayType | array_type () const |