|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Class that defines a component in a structure. More...
#include <component.hpp>
Class that defines a component in a structure.
| MeshType | - Type of the mesh for representing the component. |
Definition at line 42 of file component.hpp.
|
inline |
Constructs a Component with a mesh view and associated material.
| [in] | mesh_view | - The mesh view associated with the component. |
| [in] | material | - Material associated with the component. |
| [in] | name | - Name of the component (optional). |
Definition at line 53 of file component.hpp.
|
inline |
Constructs a Component with a mesh view.
| [in] | mesh_view | - The mesh view associated with the component. |
| [in] | name | - Name of the component (optional). |
Definition at line 69 of file component.hpp.
|
inline |
Returns the mesh view associated with the component.
Definition at line 82 of file component.hpp.
Returns the material associated with the component.
Definition at line 90 of file component.hpp.
|
inline |
Returns the mesh associated with the component.
Definition at line 98 of file component.hpp.
|
inline |
Returns the name of the component.
Definition at line 106 of file component.hpp.
|
inline |
Sets the material of the component.
| [in] | material | - Material to set for the component. |
Definition at line 114 of file component.hpp.
|
inline |
Sets the name of the component.
| [in] | name | - Name to set for the component. |
Definition at line 122 of file component.hpp.