#include <weight_parameter_function.h>
Definition at line 16 of file weight_parameter_function.h.
carl::weight_parameter_function::weight_parameter_function |
( |
libMesh::Mesh & |
alpha_mesh, |
|
|
double |
alpha_eps, |
|
|
double |
alpha_coupling_BIG, |
|
|
int |
subdomain_idx_BIG, |
|
|
int |
subdomain_idx_micro, |
|
|
int |
subdomain_idx_coupling |
|
) |
| |
|
inline |
Definition at line 35 of file weight_parameter_function.h.
std::unique_ptr< libMesh::PointLocatorBase > m_locator_unique_ptr
double m_alpha_coupling_micro
int m_subdomain_idx_coupling
int m_subdomain_idx_micro
libMesh::Mesh & m_alpha_mesh
double m_alpha_coupling_BIG
carl::weight_parameter_function::weight_parameter_function |
( |
libMesh::Mesh & |
alpha_mesh | ) |
|
|
inline |
Definition at line 49 of file weight_parameter_function.h.
std::unique_ptr< libMesh::PointLocatorBase > m_locator_unique_ptr
double m_alpha_coupling_micro
int m_subdomain_idx_coupling
int m_subdomain_idx_micro
libMesh::Mesh & m_alpha_mesh
double m_alpha_coupling_BIG
carl::weight_parameter_function::~weight_parameter_function |
( |
| ) |
|
|
inline |
void carl::weight_parameter_function::clear |
( |
| ) |
|
|
inline |
double carl::weight_parameter_function::get_alpha_BIG |
( |
const libMesh::Point & |
qpoint | ) |
|
|
inline |
Definition at line 78 of file weight_parameter_function.h.
81 const libMesh::Elem* elem = locator(qpoint);
std::unique_ptr< libMesh::PointLocatorBase > m_locator_unique_ptr
int m_subdomain_idx_coupling
int m_subdomain_idx_micro
double m_alpha_coupling_BIG
double carl::weight_parameter_function::get_alpha_micro |
( |
const libMesh::Point & |
qpoint | ) |
|
|
inline |
Definition at line 100 of file weight_parameter_function.h.
103 const libMesh::Elem* elem = locator(qpoint);
std::unique_ptr< libMesh::PointLocatorBase > m_locator_unique_ptr
double m_alpha_coupling_micro
int m_subdomain_idx_coupling
int m_subdomain_idx_micro
void carl::weight_parameter_function::set_parameters |
( |
double |
alpha_eps, |
|
|
double |
alpha_coupling_BIG, |
|
|
int |
subdomain_idx_BIG, |
|
|
int |
subdomain_idx_micro, |
|
|
int |
subdomain_idx_coupling |
|
) |
| |
|
inline |
Definition at line 67 of file weight_parameter_function.h.
double m_alpha_coupling_micro
int m_subdomain_idx_coupling
int m_subdomain_idx_micro
double m_alpha_coupling_BIG
double carl::weight_parameter_function::m_alpha_coupling_BIG |
|
protected |
double carl::weight_parameter_function::m_alpha_coupling_micro |
|
protected |
double carl::weight_parameter_function::m_alpha_eps |
|
protected |
libMesh::Mesh& carl::weight_parameter_function::m_alpha_mesh |
|
protected |
std::unique_ptr<libMesh::PointLocatorBase> carl::weight_parameter_function::m_locator_unique_ptr |
|
protected |
int carl::weight_parameter_function::m_subdomain_idx_BIG |
|
protected |
int carl::weight_parameter_function::m_subdomain_idx_coupling |
|
protected |
int carl::weight_parameter_function::m_subdomain_idx_micro |
|
protected |
The documentation for this class was generated from the following file: