SpECTRE
v2025.03.17
|
Computes the spatial derivative of a single tensor tag not in a Variables. More...
#include <PartialDerivatives.hpp>
Public Types | |
using | base = ::Tags::deriv< TensorTag, tmpl::size_t< Dim >, deriv_frame > |
using | return_type = typename base::type |
using | argument_tags = implementation defined |
Static Public Attributes | |
static constexpr void(* | function )(gsl::not_null< return_type * >, const typename TensorTag::type &, const Mesh< Dim > &, const InverseJacobian< DataVector, Dim, Frame::ElementLogical, deriv_frame > &) |
Computes the spatial derivative of a single tensor tag not in a Variables.
Computes the spatial derivative for a single tensor represented by 'TensorTag' in the frame mapped to by 'InverseJacobianTag'. It takes a single Tensor designated by 'TensorTag', the inverse Jacobian, and a mesh.
|
staticconstexpr |