#include <ClusteringUserObjectBase.h>
◆ ClusteringUserObjectBase()
| ClusteringUserObjectBase::ClusteringUserObjectBase |
( |
const InputParameters & |
parameters | ) |
|
◆ evaluate()
| virtual bool ClusteringUserObjectBase::evaluate |
( |
libMesh::Elem * |
base_element, |
|
|
libMesh::Elem * |
neighbor_elem |
|
) |
| const |
|
pure virtual |
◆ execute()
| virtual void ClusteringUserObjectBase::execute |
( |
| ) |
|
|
inlineoverridevirtual |
◆ finalize()
| virtual void ClusteringUserObjectBase::finalize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getMetricData()
| Real ClusteringUserObjectBase::getMetricData |
( |
const libMesh::Elem * |
elem | ) |
const |
|
protected |
Get the metric data from the auxiliary system for an element.
- Parameters
-
- Returns
- value of the _metric_variable
◆ initialize()
| void ClusteringUserObjectBase::initialize |
( |
| ) |
|
|
overridevirtual |
◆ validParams()
| InputParameters ClusteringUserObjectBase::validParams |
( |
| ) |
|
|
static |
◆ _auxiliary_system
| AuxiliarySystem& ClusteringUserObjectBase::_auxiliary_system |
|
protected |
AuxiliarySystem reference.
◆ _dof_map
| const libMesh::DofMap& ClusteringUserObjectBase::_dof_map |
|
protected |
◆ _mesh
| libMesh::MeshBase& ClusteringUserObjectBase::_mesh |
|
protected |
◆ _metric_variable
| const MooseVariableBase& ClusteringUserObjectBase::_metric_variable |
|
protected |
◆ _metric_variable_index
| const unsigned int ClusteringUserObjectBase::_metric_variable_index |
|
protected |
◆ _metric_variable_name
| const AuxVariableName ClusteringUserObjectBase::_metric_variable_name |
|
protected |
Name of the metric variable based on which clustering is done.
◆ _serialized_metric_solution
| NumericVector<Real>& ClusteringUserObjectBase::_serialized_metric_solution |
|
protected |
libmesh numeric vector with serialized solutions
The documentation for this class was generated from the following files: