Neko 0.9.99
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_init (this, coef, json) |
Constructor. | |
subroutine | facet_normal_init_from_components (this, coef) |
Constructor from components. | |
subroutine | facet_normal_apply_scalar (this, x, n, t, tstep, strong) |
No-op scalar apply. | |
subroutine | facet_normal_apply_scalar_dev (this, x_d, t, tstep, strong) |
No-op scalar apply on device. | |
subroutine | facet_normal_apply_vector_dev (this, x_d, y_d, z_d, t, tstep, strong) |
No-op vector apply on device. | |
subroutine | facet_normal_apply_vector (this, x, y, z, n, t, tstep, strong) |
No-op vector apply. | |
subroutine | facet_normal_apply_surfvec (this, x, y, z, u, v, w, n, t, tstep) |
Apply in facet normal direction (vector valued) | |
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) | |
subroutine | facet_normal_free (this) |
Destructor. | |
subroutine | facet_normal_finalize (this) |
Finalize. | |
|
private |
Definition at line 90 of file facet_normal.f90.
|
private |
Definition at line 100 of file facet_normal.f90.
|
private |
|
private |
Definition at line 183 of file facet_normal.f90.
|
private |
Definition at line 123 of file facet_normal.f90.
|
private |
Definition at line 110 of file facet_normal.f90.
|
private |
Definition at line 209 of file facet_normal.f90.
|
private |
Definition at line 201 of file facet_normal.f90.
subroutine facet_normal::facet_normal_init | ( | class(facet_normal_t), intent(inout), target | this, |
type(coef_t), intent(in) | coef, | ||
type(json_file), intent(inout) | json | ||
) |
[in] | coef | The SEM coefficients. |
[in,out] | json | The JSON object configuring the boundary condition. |
Definition at line 72 of file facet_normal.f90.
|
private |
[in] | coef | The SEM coefficients. |
Definition at line 82 of file facet_normal.f90.