|
SpECTRE
v2026.04.01
|
Computes the surface area of a Strahlkorer, \(A = \oint_S dA\) given an AreaElement \(dA\) and a Strahlkorper \(S\). More...
#include <Tags.hpp>
Public Types | |
| using | base = Area |
| using | return_type = double |
| using | argument_tags |
| Public Types inherited from gr::surfaces::Tags::Area | |
| using | type = double |
Static Public Member Functions | |
| static void | function (const gsl::not_null< double * > result, const ylm::Strahlkorper< Frame > &strahlkorper, const Scalar< DataVector > &area_element) |
Computes the surface area of a Strahlkorer, \(A = \oint_S dA\) given an AreaElement \(dA\) and a Strahlkorper \(S\).
| using gr::surfaces::Tags::AreaCompute< Frame >::argument_tags |