|
|
using | scalar_type = typename EvalType::ScalarT |
| |
|
|
| IncompressibleDirichlet (const panzer::IntegrationRule &ir, const Teuchos::ParameterList &fluid_params, const Teuchos::ParameterList &bc_params, const bool is_edac) |
| |
|
void | evaluateFields (typename Traits::EvalData workset) override |
| |
|
KOKKOS_INLINE_FUNCTION void | operator() (const Kokkos::TeamPolicy< PHX::exec_space >::member_type &team) const |
| |
|
|
PHX::MDField< scalar_type, panzer::Cell, panzer::Point > | _boundary_lagrange_pressure |
| |
|
PHX::MDField< scalar_type, panzer::Cell, panzer::Point, panzer::Dim > | _boundary_grad_lagrange_pressure |
| |
|
Kokkos::Array< PHX::MDField< scalar_type, panzer::Cell, panzer::Point >, num_space_dim > | _boundary_velocity |
| |
|
PHX::MDField< scalar_type, panzer::Cell, panzer::Point > | _boundary_temperature |
| |
|
Kokkos::Array< PHX::MDField< scalar_type, panzer::Cell, panzer::Point, panzer::Dim >, num_space_dim > | _boundary_grad_velocity |
| |
|
PHX::MDField< scalar_type, panzer::Cell, panzer::Point, panzer::Dim > | _boundary_grad_temperature |
| |
|
|
static constexpr int | num_space_dim = NumSpaceDim |
| |
The documentation for this class was generated from the following files: