|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Implements a mesh intersection detector.
Data Types | |
| type | intersect_detector_t |
Functions/Subroutines | |
| subroutine | intersect_detector_init (this, msh, padding) |
| Initialise an intersector detector for a given mesh msh. | |
| subroutine | intersect_detector_free (this) |
| Destroy an intersector detector. | |
| subroutine | intersect_detector_overlap (this, p, overlaps) |
| Computes the overlap between elements and a given point p. | |
|
private |
Definition at line 96 of file intersection_detector.f90.
| subroutine intersection_detector::intersect_detector_init | ( | class(intersect_detector_t), intent(inout) | this, |
| type(mesh_t), intent(in), target | msh, | ||
| real(kind=dp), intent(in), optional | padding | ||
| ) |
Definition at line 58 of file intersection_detector.f90.
|
private |
Definition at line 108 of file intersection_detector.f90.