OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
olb::descriptors::TENSOR Struct Reference

Base of a tensor-valued descriptor field. More...

#include <descriptorField.h>

+ Collaboration diagram for olb::descriptors::TENSOR:

Public Member Functions

 TENSOR ()=delete
 

Static Public Member Functions

template<unsigned D, unsigned Q>
static constexpr unsigned size ()
 

Detailed Description

Base of a tensor-valued descriptor field.

Definition at line 155 of file descriptorField.h.

Constructor & Destructor Documentation

◆ TENSOR()

olb::descriptors::TENSOR::TENSOR ( )
delete

Member Function Documentation

◆ size()

template<unsigned D, unsigned Q>
static constexpr unsigned olb::descriptors::TENSOR::size ( )
inlinestaticconstexpr

Definition at line 159 of file descriptorField.h.

160 {
161 return (D * (D+1)) / 2; // see `TensorVal` in `core/util.h`
162 }

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