This is the complete list of members for libMesh::Variable, including all inherited members.
_active_subdomains | libMesh::Variable | protected |
_first_scalar_number | libMesh::Variable | protected |
_name | libMesh::Variable | protected |
_number | libMesh::Variable | protected |
_sys | libMesh::Variable | protected |
_type | libMesh::Variable | protected |
active_on_subdomain(subdomain_id_type sid) const | libMesh::Variable | inline |
active_subdomains() const | libMesh::Variable | inline |
first_scalar_number() const | libMesh::Variable | inline |
implicitly_active() const | libMesh::Variable | inline |
n_components() const | libMesh::Variable | inline |
name() const | libMesh::Variable | inline |
number() const | libMesh::Variable | inline |
system() const | libMesh::Variable | inline |
type() const | libMesh::Variable | inline |
Variable(System *sys, const std::string &var_name, const unsigned int var_number, const unsigned int first_scalar_num, const FEType &var_type) | libMesh::Variable | inline |
Variable(System *sys, const std::string &var_name, const unsigned int var_number, const unsigned int first_scalar_num, const FEType &var_type, const std::set< subdomain_id_type > &var_active_subdomains) | libMesh::Variable | inline |