Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Dirichlet condition applied in the facet normal direction.
Data Types | |
type | facet_normal_t |
Dirichlet condition in facet normal direction. More... | |
Functions/Subroutines | |
subroutine | facet_normal_apply_scalar (this, x, n, t, tstep) |
No-op scalar apply. More... | |
subroutine | facet_normal_apply_scalar_dev (this, x_d, t, tstep) |
No-op scalar apply on device. More... | |
subroutine | facet_normal_apply_vector_dev (this, x_d, y_d, z_d, t, tstep) |
No-op vector apply on device. More... | |
subroutine | facet_normal_apply_vector (this, x, y, z, n, t, tstep) |
No-op vector apply. More... | |
subroutine | facet_normal_apply_surfvec (this, x, y, z, u, v, w, n, t, tstep) |
Apply in facet normal direction (vector valued) More... | |
subroutine | facet_normal_apply_surfvec_dev (this, x_d, y_d, z_d, u_d, v_d, w_d, t, tstep) |
Apply in facet normal direction (vector valued, device version) More... | |
subroutine | facet_normal_free (this) |
Destructor. More... | |
subroutine facet_normal::facet_normal_apply_scalar | ( | class(facet_normal_t), intent(inout) | this, |
real(kind=rp), dimension(n), intent(inout) | x, | ||
integer, intent(in) | n, | ||
real(kind=rp), intent(in), optional | t, | ||
integer, intent(in), optional | tstep | ||
) |
Definition at line 61 of file facet_normal.f90.
|
private |
Definition at line 70 of file facet_normal.f90.
|
private |
|
private |
Definition at line 149 of file facet_normal.f90.
|
private |
Definition at line 90 of file facet_normal.f90.
|
private |
Definition at line 79 of file facet_normal.f90.
|
private |
Definition at line 166 of file facet_normal.f90.