https://mooseframework.inl.gov
Loading...
Searching...
No Matches
src
bcs
AdvectionIPHDGDirichletBC.C
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#include "
AdvectionIPHDGDirichletBC.h
"
11
#include "
AdvectionIPHDGAssemblyHelper.h
"
12
13
registerMooseObject
(
"MooseApp"
,
AdvectionIPHDGDirichletBC
);
14
15
InputParameters
16
AdvectionIPHDGDirichletBC::validParams
()
17
{
18
auto
params =
IPHDGDirichletBC::validParams
();
19
params.addClassDescription(
"Weakly imposes Dirichlet boundary conditions for a "
20
"hybridized discretization of an advection equation"
);
21
params +=
AdvectionIPHDGAssemblyHelper::validParams
();
22
return
params;
23
}
24
25
AdvectionIPHDGDirichletBC::AdvectionIPHDGDirichletBC
(
const
InputParameters
& parameters)
26
:
IPHDGDirichletBC
(parameters),
27
_iphdg_helper(
std
::make_unique<
AdvectionIPHDGAssemblyHelper
>(
28
this, this, this, _sys, _assembly, _tid,
std
::set<
SubdomainID
>{}, boundaryIDs()))
29
{
30
}
AdvectionIPHDGAssemblyHelper.h
registerMooseObject
registerMooseObject("MooseApp", AdvectionIPHDGDirichletBC)
AdvectionIPHDGDirichletBC.h
AdvectionIPHDGAssemblyHelper
Implements all the methods for assembling a hybridized interior penalty discontinuous Galerkin (IPDG-...
Definition
AdvectionIPHDGAssemblyHelper.h:20
AdvectionIPHDGAssemblyHelper::validParams
static InputParameters validParams()
Definition
AdvectionIPHDGAssemblyHelper.C:12
AdvectionIPHDGDirichletBC
Weakly imposes Dirichlet boundary conditions for a hybridized discretization of Advection.
Definition
AdvectionIPHDGDirichletBC.h:19
AdvectionIPHDGDirichletBC::AdvectionIPHDGDirichletBC
AdvectionIPHDGDirichletBC(const InputParameters ¶meters)
Definition
AdvectionIPHDGDirichletBC.C:25
AdvectionIPHDGDirichletBC::validParams
static InputParameters validParams()
Definition
AdvectionIPHDGDirichletBC.C:16
IPHDGDirichletBC
Base class for imposing Dirichlet boundary conditions for interior penalty hybridizable discontinuous...
Definition
IPHDGDirichletBC.h:19
IPHDGDirichletBC::validParams
static InputParameters validParams()
Definition
IPHDGDirichletBC.C:14
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Definition
InputParameters.h:68
libMesh::TestClass
std
Generated on Fri Aug 21 2026 13:33:53 for https://mooseframework.inl.gov by
1.9.8