HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
compute_rotrot_norm.hpp
Go to the documentation of this file.
1#ifndef COMPUTE_ROTROT_NORM
2#define COMPUTE_ROTROT_NORM
3
4#include <xrot.hpp>
5#include <xrotrot.hpp>
6#include <parallel_for.hpp>
7
8namespace HArDCore2D {
11 size_t iT,
12 const Eigen::VectorXd & vT,
13 const XRot & x_rot,
14 const XRotRot & x_rotrot
15 );
16
19 const Eigen::VectorXd & v,
20 const XRot & x_rot,
21 const XRotRot & x_rotrot
22 );
23
24} // end of namespace HArDCore2D
25
26#endif
Definition ddr-klplate.hpp:27
static auto v
Definition ddrcore-test.hpp:32
double compute_rotrot_norm(const Eigen::VectorXd &v, const XRot &x_rot, const XRotRot &x_rotrot)
Compute rotrot norm.
Definition compute_rotrot_norm.cpp:18
double compute_squared_rotrot_norm(size_t iT, const Eigen::VectorXd &vT, const XRot &x_rot, const XRotRot &x_rotrot)
Compute the squared rotrot norm on the element of index iT.
Definition compute_rotrot_norm.cpp:5