成员的完整列表,这些成员属于 libMesh::Variable,包括所有继承而来的类成员
_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 |
operator=(const Variable &)=default | libMesh::Variable | |
operator=(Variable &&)=default | libMesh::Variable | |
operator==(const Variable &other) const | libMesh::Variable | inline |
system() const | libMesh::Variable | inline |
type() const | libMesh::Variable | inline |
Variable(System *sys, 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, 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 |
Variable(const Variable &)=default | libMesh::Variable | |
Variable(Variable &&)=default | libMesh::Variable |