Neko  0.8.99
A portable framework for high-order spectral element flow simulations
field_dirichlet::field_dirichlet_update Interface Reference

Abstract interface defining a dirichlet condition on a list of fields. More...

Private Member Functions

subroutine field_dirichlet_update (dirichlet_field_list, dirichlet_bc_list, coef, t, tstep, which_solver)
 

Detailed Description

Parameters
field_bc_listList of fields that are used to extract values for field_dirichlet.
dirichlet_bc_listList of BCs containing field_dirichlet_t BCs only.
coefCoef object.
tCurrent time.
tstepCurrent time step.
which_solverIndicates wether the fields provided come from "fluid" or "scalar".

Definition at line 96 of file field_dirichlet.f90.

Constructor & Destructor Documentation

◆ field_dirichlet_update()

subroutine field_dirichlet::field_dirichlet_update::field_dirichlet_update ( type(field_list_t), intent(inout)  dirichlet_field_list,
type(bc_list_t), intent(inout)  dirichlet_bc_list,
type(coef_t), intent(inout)  coef,
real(kind=rp), intent(in)  t,
integer, intent(in)  tstep,
character(len=*), intent(in)  which_solver 
)
private

Definition at line 96 of file field_dirichlet.f90.


The documentation for this interface was generated from the following file: