HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
HArDCore3D::EinsteinNorms Struct Reference

Structure to store norm components (for B_\alpha, D_\alpha, theta^\alpha) More...

#include <ecddr-einstein-dtb.hpp>

Public Member Functions

 EinsteinNorms (Eigen::VectorXd norm_D, Eigen::VectorXd norm_theta, Eigen::VectorXd norm_B)
 Constructor.
 
 EinsteinNorms ()
 
 EinsteinNorms (Eigen::VectorXd norm_D, Eigen::VectorXd norm_theta)
 Constructor.
 
 EinsteinNorms ()
 

Public Attributes

Eigen::VectorXd D
 Norms of D_alpha.
 
Eigen::VectorXd theta
 Norms of theta^\alpha.
 
Eigen::VectorXd B
 Norms of B_alpha.
 

Detailed Description

Structure to store norm components (for B_\alpha, D_\alpha, theta^\alpha)

Constructor & Destructor Documentation

◆ EinsteinNorms() [1/4]

HArDCore3D::EinsteinNorms::EinsteinNorms ( Eigen::VectorXd  norm_D,
Eigen::VectorXd  norm_theta,
Eigen::VectorXd  norm_B 
)
inline

Constructor.

◆ EinsteinNorms() [2/4]

HArDCore3D::EinsteinNorms::EinsteinNorms ( )
inline

◆ EinsteinNorms() [3/4]

HArDCore3D::EinsteinNorms::EinsteinNorms ( Eigen::VectorXd  norm_D,
Eigen::VectorXd  norm_theta 
)
inline

Constructor.

◆ EinsteinNorms() [4/4]

HArDCore3D::EinsteinNorms::EinsteinNorms ( )
inline

Member Data Documentation

◆ B

Eigen::VectorXd HArDCore3D::EinsteinNorms::B

Norms of B_alpha.

◆ D

Eigen::VectorXd HArDCore3D::EinsteinNorms::D

Norms of D_alpha.

◆ theta

Eigen::VectorXd HArDCore3D::EinsteinNorms::theta

Norms of theta^\alpha.


The documentation for this struct was generated from the following files: