Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::ArrayJacobian< 3, 3 > Class Reference

#include <arrays.hh>

Inheritance diagram for concepts::ArrayJacobian< 3, 3 >:
concepts::Array< Mapping< Real, 3 > >

Public Member Functions

 ArrayJacobian (const Hexahedron3d &quad, const Array< Real > &qX, const Array< Real > &qY, const Array< Real > &qZ, bool istensor=true)
 
void resize (const uint sz)
 
void resizePreserve (const uint sz)
 
void zeros ()
 Fills the memory with zeros.
 
 operator Mapping< Real, 3 > * ()
 Returns a pointer to the array.
 
 operator const Mapping< Real, 3 > * () const
 Returns a pointer to the array.
 
const Mapping< Real, 3 > & operator[] (const int i) const
 Index operator.
 
Mapping< Real, 3 > & operator[] (const int i)
 Index operator.
 
Array< Mapping< Real, 3 > > & operator*= (const G n)
 Scaling operator.
 
Array< Mapping< Real, 3 > > & operator*= (const Array< H > &a)
 Multiplication operator.
 
Array< Mapping< Real, 3 > > & operator+= (const Mapping< Real, 3 > n)
 Addition operator.
 
Array< Mapping< Real, 3 > > & operator+= (const Array< H > &a)
 Addition operator.
 
Array< Mapping< Real, 3 > > & operator-= (const Mapping< Real, 3 > n)
 Subtraction operator.
 
Array< Mapping< Real, 3 > > & operator-= (const Array< H > &a)
 Subtraction operator.
 
Array< Mapping< Real, 3 > > operator- () const
 Negation operator.
 
Array< Mapping< Real, 3 > > & apply (Mapping< Real, 3 > &fnc(Mapping< Real, 3 > &))
 
Array< Mapping< Real, 3 > > & apply (const Array< H > &a, Mapping< Real, 3 > fnc(const H &))
 
Array< Mapping< Real, 3 > > & apply (const Array< H > &a, Mapping< Real, 3 > fnc(const H &, const Mapping< Real, 3 > &))
 
uint size () const
 Returns the requested size of the array.
 
uint cursize () const
 Returns the size of the allocated memory.
 
int memory () const
 Returns the memory usage in bytes.
 
Array< Mapping< Real, 3 > > & reverse ()
 Reverse the order of the entries.
 
std::ostream & info (std::ostream &os) const
 

Protected Attributes

Mapping< Real, 3 > * data_
 Data.
 
uint size_
 Current real size of the array.
 
uint n_
 Requested size of the array.
 

Detailed Description

Array of jacobian matrices in 3D on 3D elements.

Author
Kersten Schmidt, 2014

Definition at line 246 of file arrays.hh.

Constructor & Destructor Documentation

◆ ArrayJacobian()

concepts::ArrayJacobian< 3, 3 >::ArrayJacobian ( const Hexahedron3d quad,
const Array< Real > &  qX,
const Array< Real > &  qY,
const Array< Real > &  qZ,
bool  istensor = true 
)

Constructor for a Hexahedron

Parameters
hexgeometrical cell
qX,qY,qZarrays of quadrature points in $[0,1]^3$
istensorIf true then the array is built for each combination of qX, qY, and qZ, i.e., it has size qX*qY*qZ. If false the array has same size than qX, qY and qZ.

Member Function Documentation

◆ apply() [1/3]

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::apply ( const Array< H > &  a,
Mapping< Real, 3 >  fncconst H & 
)
inlineinherited

Application operator to each component

Each array value is the function applied to the appropiate array value in a.

  @param a   Array with elements of type H
  @param fnc Function which maps from H to F

Definition at line 233 of file array.hh.

◆ apply() [2/3]

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::apply ( const Array< H > &  a,
Mapping< Real, 3 >  fncconst H &, const F & 
)
inlineinherited

Application operator to each component

Each array value is the function applied to the appropiate array value in a and to the old array value.

  @param a   Array with elements of type H
  @param fnc Function which maps from (H,F) to F

Definition at line 249 of file array.hh.

◆ apply() [3/3]

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::apply ( Mapping< Real, 3 > &  fncF &)
inlineinherited

Application operator to each component, e.g. std::sin or std::conj

Definition at line 219 of file array.hh.

◆ cursize()

uint concepts::Array< Mapping< Real, 3 > >::cursize ( ) const
inlineinherited

Returns the size of the allocated memory.

Definition at line 262 of file array.hh.

◆ info()

std::ostream & concepts::Array< Mapping< Real, 3 > >::info ( std::ostream &  os) const
inherited

Definition at line 270 of file array.hh.

◆ memory()

int concepts::Array< Mapping< Real, 3 > >::memory ( ) const
inlineinherited

Returns the memory usage in bytes.

Definition at line 265 of file array.hh.

◆ operator const Mapping< Real, 3 > *()

concepts::Array< Mapping< Real, 3 > >::operator const Mapping< Real, 3 > * ( ) const
inlineinherited

Returns a pointer to the array.

Definition at line 133 of file array.hh.

◆ operator Mapping< Real, 3 > *()

concepts::Array< Mapping< Real, 3 > >::operator Mapping< Real, 3 > * ( )
inlineinherited

Returns a pointer to the array.

Definition at line 131 of file array.hh.

◆ operator*=() [1/2]

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::operator*= ( const Array< H > &  a)
inlineinherited

Multiplication operator.

Definition at line 158 of file array.hh.

◆ operator*=() [2/2]

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::operator*= ( const G  n)
inlineinherited

Scaling operator.

Definition at line 150 of file array.hh.

◆ operator+=() [1/2]

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::operator+= ( const Array< H > &  a)
inlineinherited

Addition operator.

Definition at line 191 of file array.hh.

◆ operator+=() [2/2]

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::operator+= ( const Mapping< Real, 3 >  n)
inlineinherited

Addition operator.

Definition at line 185 of file array.hh.

◆ operator-()

Array< Mapping< Real, 3 > > concepts::Array< Mapping< Real, 3 > >::operator- ( ) const
inlineinherited

Negation operator.

Definition at line 211 of file array.hh.

◆ operator-=() [1/2]

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::operator-= ( const Array< H > &  a)
inlineinherited

Subtraction operator.

Definition at line 204 of file array.hh.

◆ operator-=() [2/2]

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::operator-= ( const Mapping< Real, 3 >  n)
inlineinherited

Subtraction operator.

Definition at line 198 of file array.hh.

◆ operator[]() [1/2]

Mapping< Real, 3 > & concepts::Array< Mapping< Real, 3 > >::operator[] ( const int  i)
inlineinherited

Index operator.

Definition at line 142 of file array.hh.

◆ operator[]() [2/2]

const Mapping< Real, 3 > & concepts::Array< Mapping< Real, 3 > >::operator[] ( const int  i) const
inlineinherited

Index operator.

Definition at line 136 of file array.hh.

◆ resize()

void concepts::Array< Mapping< Real, 3 > >::resize ( const uint  sz)
inherited

Resizes the array. A reallocation occurs only if the requested space is not available, ie. making the array smaller does not result in a reallocation. If a reallocation occurs, the data is not preserved.

Definition at line 122 of file array.hh.

◆ resizePreserve()

void concepts::Array< Mapping< Real, 3 > >::resizePreserve ( const uint  sz)
inherited

Resizes the array. Basically, it does the same as resize. But, if a reallocation occurs, the data is preserved.

Definition at line 126 of file array.hh.

◆ reverse()

Array< Mapping< Real, 3 > > & concepts::Array< Mapping< Real, 3 > >::reverse ( )
inherited

Reverse the order of the entries.

Definition at line 268 of file array.hh.

◆ size()

uint concepts::Array< Mapping< Real, 3 > >::size ( ) const
inlineinherited

Returns the requested size of the array.

Definition at line 259 of file array.hh.

◆ zeros()

void concepts::Array< Mapping< Real, 3 > >::zeros ( )
inlineinherited

Fills the memory with zeros.

Definition at line 128 of file array.hh.

Member Data Documentation

◆ data_

Mapping< Real, 3 > * concepts::Array< Mapping< Real, 3 > >::data_
protectedinherited

Data.

Definition at line 273 of file array.hh.

◆ n_

uint concepts::Array< Mapping< Real, 3 > >::n_
protectedinherited

Requested size of the array.

Definition at line 277 of file array.hh.

◆ size_

uint concepts::Array< Mapping< Real, 3 > >::size_
protectedinherited

Current real size of the array.

Definition at line 275 of file array.hh.


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