NodalKernels System

Nodal kernels are used to solve equations that strictly belong on a node. Some examples include:

commentnote

Even though we are not using an elemental quadrature in nodal kernels, Variables values should still be accessed at the index _qp (=0) for consistency with other kernels' code.

Nodal kernels may be block and boundary restricted. Naturally for boundary restriction, the nodal kernel is only defined on the nodes that are part of a boundary. For block restriction, all nodes that are part of elements in a block are considered.

Available Objects

Available Actions