![]() |
Chi-Tech
|
#include <SnapToPlaneMeshModifier.h>
Public Member Functions | |
| SnapToPlaneMeshModifier (const chi::InputParameters ¶ms) | |
| void | Apply () override |
Public Member Functions inherited from chi_mesh::MeshModifier | |
| MeshModifier (const chi::InputParameters ¶ms) | |
| virtual void | Apply ()=0 |
| virtual | ~MeshModifier ()=default |
Public Member Functions inherited from ChiObject | |
| ChiObject () | |
| ChiObject (const chi::InputParameters ¶ms) | |
| void | SetStackID (size_t stack_id) |
| size_t | StackID () const |
| virtual void | PushOntoStack (std::shared_ptr< ChiObject > &new_object) |
| virtual | ~ChiObject ()=default |
Static Public Member Functions | |
| static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
| static chi::InputParameters | GetInputParameters () |
Protected Attributes | |
| const chi_mesh::Vector3 | normal_ |
| const chi_mesh::Vector3 | point_ |
| const bool | boundary_nodes_only_ = true |
| const bool | check_face_alignment_ = false |
| const double | tol_ = 1.0e-5 |
Additional Inherited Members | |
Protected Member Functions inherited from chi_mesh::MeshModifier | |
| MeshModifier ()=default | |
Object that will modify boundary elements that are close to the specified direction to become perfectly aligned with that direction.
Definition at line 13 of file SnapToPlaneMeshModifier.h.
|
explicit |
Definition at line 51 of file SnapToPlaneMeshModifier.cc.
|
overridevirtual |
Implements chi_mesh::MeshModifier.
Definition at line 64 of file SnapToPlaneMeshModifier.cc.
|
static |
Definition at line 17 of file SnapToPlaneMeshModifier.cc.
|
protected |
Definition at line 25 of file SnapToPlaneMeshModifier.h.
|
protected |
Definition at line 26 of file SnapToPlaneMeshModifier.h.
|
protected |
Definition at line 23 of file SnapToPlaneMeshModifier.h.
|
protected |
Definition at line 24 of file SnapToPlaneMeshModifier.h.
|
protected |
Definition at line 27 of file SnapToPlaneMeshModifier.h.