GooseFEM 1.4.1.dev2+g78f16df
Loading...
Searching...
No Matches
GooseFEM::VectorPartitioned Class Reference

Class to switch between storage types, based on a mesh and DOFs that are partitioned in: More...

#include <GooseFEM/VectorPartitioned.h>

Inheritance diagram for GooseFEM::VectorPartitioned:
GooseFEM::Vector

Public Member Functions

 VectorPartitioned (const array_type::tensor< size_t, 2 > &conn, const array_type::tensor< size_t, 2 > &dofs, const array_type::tensor< size_t, 1 > &iip)
 Constructor.
 
size_t nnu () const
 
size_t nnp () const
 
const array_type::tensor< size_t, 1 > & iiu () const
 
const array_type::tensor< size_t, 1 > & iip () const
 
array_type::tensor< bool, 2 > dofs_is_u () const
 Per DOF (see Vector::dofs()) list if unknown ("u").
 
array_type::tensor< bool, 2 > dofs_is_p () const
 Per DOF (see Vector::dofs()) list if prescribed ("p").
 
array_type::tensor< double, 2 > Copy_u (const array_type::tensor< double, 2 > &nodevec_src, const array_type::tensor< double, 2 > &nodevec_dest) const
 Copy unknown DOFs from "nodevec" to another "nodvec":
 
void copy_u (const array_type::tensor< double, 2 > &nodevec_src, array_type::tensor< double, 2 > &nodevec_dest) const
 Copy unknown DOFs from "nodevec" to another "nodvec":
 
array_type::tensor< double, 2 > Copy_p (const array_type::tensor< double, 2 > &nodevec_src, const array_type::tensor< double, 2 > &nodevec_dest) const
 Copy prescribed DOFs from "nodevec" to another "nodvec":
 
void copy_p (const array_type::tensor< double, 2 > &nodevec_src, array_type::tensor< double, 2 > &nodevec_dest) const
 Copy prescribed DOFs from "nodevec" to another "nodvec":
 
array_type::tensor< double, 1 > DofsFromParitioned (const array_type::tensor< double, 1 > &dofval_u, const array_type::tensor< double, 1 > &dofval_p) const
 Combine unknown and prescribed "dofval" into a single "dofval" list.
 
void dofsFromParitioned (const array_type::tensor< double, 1 > &dofval_u, const array_type::tensor< double, 1 > &dofval_p, array_type::tensor< double, 1 > &dofval) const
 Combine unknown and prescribed "dofval" into a single "dofval" list.
 
array_type::tensor< double, 2 > NodeFromPartitioned (const array_type::tensor< double, 1 > &dofval_u, const array_type::tensor< double, 1 > &dofval_p) const
 Combine unknown and prescribed "dofval" into a single "dofval" list and directly convert to "nodeval" without a temporary (overwrite entries that occur more than once).
 
void nodeFromPartitioned (const array_type::tensor< double, 1 > &dofval_u, const array_type::tensor< double, 1 > &dofval_p, array_type::tensor< double, 2 > &nodevec) const
 Combine unknown and prescribed "dofval" into a single "dofval" list and directly convert to "nodeval" without a temporary (overwrite entries that occur more than once).
 
array_type::tensor< double, 3 > ElementFromPartitioned (const array_type::tensor< double, 1 > &dofval_u, const array_type::tensor< double, 1 > &dofval_p) const
 Combine unknown and prescribed "dofval" into a single "dofval" list and directly convert to "elemvec" without a temporary (overwrite entries that occur more than once).
 
void elementFromPartitioned (const array_type::tensor< double, 1 > &dofval_u, const array_type::tensor< double, 1 > &dofval_p, array_type::tensor< double, 3 > &elemvec) const
 Combine unknown and prescribed "dofval" into a single "dofval" list and directly convert to "elemvec" without a temporary (overwrite entries that occur more than once).
 
array_type::tensor< double, 1 > AsDofs_u (const array_type::tensor< double, 1 > &dofval) const
 Extract the unknown "dofval":
 
void asDofs_u (const array_type::tensor< double, 1 > &dofval, array_type::tensor< double, 1 > &dofval_u) const
 Extract the unknown "dofval":
 
array_type::tensor< double, 1 > AsDofs_u (const array_type::tensor< double, 2 > &nodevec) const
 Convert "nodevec" to "dofval" (overwrite entries that occur more than once) and extract the unknown "dofval" without a temporary.
 
void asDofs_u (const array_type::tensor< double, 2 > &nodevec, array_type::tensor< double, 1 > &dofval_u) const
 Convert "nodevec" to "dofval" (overwrite entries that occur more than once) and extract the unknown "dofval" without a temporary.
 
array_type::tensor< double, 1 > AsDofs_u (const array_type::tensor< double, 3 > &elemvec) const
 Convert "elemvec" to "dofval" (overwrite entries that occur more than once) and extract the unknown "dofval" without a temporary.
 
void asDofs_u (const array_type::tensor< double, 3 > &elemvec, array_type::tensor< double, 1 > &dofval_u) const
 Convert "elemvec" to "dofval" (overwrite entries that occur more than once) and extract the unknown "dofval" without a temporary.
 
array_type::tensor< double, 1 > AsDofs_p (const array_type::tensor< double, 1 > &dofval) const
 Extract the prescribed "dofval":
 
void asDofs_p (const array_type::tensor< double, 1 > &dofval, array_type::tensor< double, 1 > &dofval_p) const
 Extract the prescribed "dofval":
 
array_type::tensor< double, 1 > AsDofs_p (const array_type::tensor< double, 2 > &nodevec) const
 Convert "nodevec" to "dofval" (overwrite entries that occur more than once) and extract the prescribed "dofval" without a temporary.
 
void asDofs_p (const array_type::tensor< double, 2 > &nodevec, array_type::tensor< double, 1 > &dofval_p) const
 Convert "nodevec" to "dofval" (overwrite entries that occur more than once) and extract the prescribed "dofval" without a temporary.
 
array_type::tensor< double, 1 > AsDofs_p (const array_type::tensor< double, 3 > &elemvec) const
 Convert "elemvec" to "dofval" (overwrite entries that occur more than once) and extract the prescribed "dofval" without a temporary.
 
void asDofs_p (const array_type::tensor< double, 3 > &elemvec, array_type::tensor< double, 1 > &dofval_p) const
 Convert "elemvec" to "dofval" (overwrite entries that occur more than once) and extract the prescribed "dofval" without a temporary.
 
- Public Member Functions inherited from GooseFEM::Vector
template<class S , class T >
 Vector (const S &conn, const T &dofs)
 Constructor.
 
size_t nelem () const
 
size_t nne () const
 
size_t nnode () const
 
size_t ndim () const
 
size_t ndof () const
 
const array_type::tensor< size_t, 2 > & conn () const
 
const array_type::tensor< size_t, 2 > & dofs () const
 
template<class T >
T Copy (const T &nodevec_src, const T &nodevec_dest) const
 Copy "nodevec" to another "nodevec".
 
template<class T >
void copy (const T &nodevec_src, T &nodevec_dest) const
 Copy "nodevec" to another "nodevec".
 
template<class T >
array_type::tensor< double, 1 > AsDofs (const T &arg) const
 Convert "nodevec" or "elemvec" to "dofval" (overwrite entries that occur more than once).
 
template<class T , class R >
void asDofs (const T &arg, R &ret) const
 Convert "nodevec" or "elemvec" to "dofval" (overwrite entries that occur more than once).
 
template<class T >
array_type::tensor< double, 2 > AsNode (const T &arg) const
 Convert "dofval" or "elemvec" to "nodevec" (overwrite entries that occur more than once).
 
template<class T , class R >
void asNode (const T &arg, R &ret) const
 Convert "dofval" or "elemvec" to "nodevec" (overwrite entries that occur more than once).
 
template<class T >
array_type::tensor< double, 3 > AsElement (const T &arg) const
 Convert "dofval" or "nodevec" to "elemvec" (overwrite entries that occur more than once).
 
template<class T , class R >
void asElement (const T &arg, R &ret) const
 Convert "dofval" or "nodevec" to "elemvec" (overwrite entries that occur more than once).
 
template<class T >
array_type::tensor< double, 1 > AssembleDofs (const T &arg) const
 Assemble "nodevec" or "elemvec" to "dofval" (adds entries that occur more that once).
 
template<class T , class R >
void assembleDofs (const T &arg, R &ret) const
 Assemble "nodevec" or "elemvec" to "dofval" (adds entries that occur more that once).
 
template<class T >
array_type::tensor< double, 2 > AssembleNode (const T &arg) const
 Assemble "elemvec" to "nodevec" (adds entries that occur more that once.
 
template<class T , class R >
void assembleNode (const T &arg, R &ret) const
 Assemble "elemvec" to "nodevec" (adds entries that occur more that once.
 
std::array< size_t, 1 > shape_dofval () const
 Shape of "dofval".
 
std::array< size_t, 2 > shape_nodevec () const
 Shape of "nodevec".
 
std::array< size_t, 3 > shape_elemvec () const
 Shape of "elemvec".
 
std::array< size_t, 3 > shape_elemmat () const
 Shape of "elemmat".
 
array_type::tensor< double, 1 > allocate_dofval () const
 Allocated "dofval".
 
array_type::tensor< double, 1 > allocate_dofval (double val) const
 Allocated and initialised "dofval".
 
array_type::tensor< double, 2 > allocate_nodevec () const
 Allocated "nodevec".
 
array_type::tensor< double, 2 > allocate_nodevec (double val) const
 Allocated and initialised "nodevec".
 
array_type::tensor< double, 3 > allocate_elemvec () const
 Allocated "elemvec".
 
array_type::tensor< double, 3 > allocate_elemvec (double val) const
 Allocated and initialised "elemvec".
 
array_type::tensor< double, 3 > allocate_elemmat () const
 Allocated "elemmat".
 
array_type::tensor< double, 3 > allocate_elemmat (double val) const
 Allocated and initialised "elemmat".
 

Protected Attributes

array_type::tensor< size_t, 1 > m_iiu
 See iiu()
 
array_type::tensor< size_t, 1 > m_iip
 See iip()
 
size_t m_nnu
 See nnu.
 
size_t m_nnp
 See nnp.
 
array_type::tensor< size_t, 2 > m_part
 Renumbered DOFs per node, such that.
 
- Protected Attributes inherited from GooseFEM::Vector
array_type::tensor< size_t, 2 > m_conn
 See conn()
 
array_type::tensor< size_t, 2 > m_dofs
 See dofs()
 
size_t m_nelem
 See nelem.
 
size_t m_nne
 See nne.
 
size_t m_nnode
 See nnode.
 
size_t m_ndim
 See ndim.
 
size_t m_ndof
 See ndof.
 

Detailed Description

Class to switch between storage types, based on a mesh and DOFs that are partitioned in:

  • unknown DOFs (iiu()), indicated with "u".
  • prescribed DOFs (iip()), indicated with "p".

To this end some internal re-ordering of the DOFs has to be done, as follows:

 iiu() -> arange(nnu())
 iip() -> nnu() + arange(nnp())

which is relevant only if you interact using partitioned DOF-lists ("dofval_u" or "dofval_p").

The "dofval", "nodevec", and "elemvec" are all stored in the 'normal' order.

For reference:

  • "dofval": DOF values [ndof].
  • "dofval_u": unknown DOF values, == dofval[iiu()], [nnu].
  • "dofval_p": prescribed DOF values, == dofval[iip()], [nnp].
  • "nodevec": nodal vectors [nnode, ndim].
  • "elemvec": nodal vectors stored per element [nelem, nne, ndim].

Definition at line 45 of file VectorPartitioned.h.

Constructor & Destructor Documentation

◆ VectorPartitioned()

GooseFEM::VectorPartitioned::VectorPartitioned ( const array_type::tensor< size_t, 2 > & conn,
const array_type::tensor< size_t, 2 > & dofs,
const array_type::tensor< size_t, 1 > & iip )
inline

Constructor.

Parameters
connconnectivity [nelem, nne].
dofsDOFs per node [nnode, ndim].
iipprescribed DOFs [nnp].

Definition at line 72 of file VectorPartitioned.h.

Member Function Documentation

◆ AsDofs_p() [1/3]

array_type::tensor< double, 1 > GooseFEM::VectorPartitioned::AsDofs_p ( const array_type::tensor< double, 1 > & dofval) const
inline

Extract the prescribed "dofval":

 dofval[iip()]
Parameters
dofvalinput [ndof]
Returns
dofval_p input [nnp]

Definition at line 549 of file VectorPartitioned.h.

◆ asDofs_p() [1/3]

void GooseFEM::VectorPartitioned::asDofs_p ( const array_type::tensor< double, 1 > & dofval,
array_type::tensor< double, 1 > & dofval_p ) const
inline

Extract the prescribed "dofval":

 dofval[iip()]
Parameters
dofvalinput [ndof]
dofval_pinput [nnp]

Definition at line 564 of file VectorPartitioned.h.

◆ AsDofs_p() [2/3]

array_type::tensor< double, 1 > GooseFEM::VectorPartitioned::AsDofs_p ( const array_type::tensor< double, 2 > & nodevec) const
inline

Convert "nodevec" to "dofval" (overwrite entries that occur more than once) and extract the prescribed "dofval" without a temporary.

Parameters
nodevecinput [nnode, ndim]
Returns
dofval_p input [nnp]

Definition at line 585 of file VectorPartitioned.h.

◆ asDofs_p() [2/3]

void GooseFEM::VectorPartitioned::asDofs_p ( const array_type::tensor< double, 2 > & nodevec,
array_type::tensor< double, 1 > & dofval_p ) const
inline

Convert "nodevec" to "dofval" (overwrite entries that occur more than once) and extract the prescribed "dofval" without a temporary.

Parameters
nodevecinput [nnode, ndim]
dofval_pinput [nnp]

Definition at line 599 of file VectorPartitioned.h.

◆ AsDofs_p() [3/3]

array_type::tensor< double, 1 > GooseFEM::VectorPartitioned::AsDofs_p ( const array_type::tensor< double, 3 > & elemvec) const
inline

Convert "elemvec" to "dofval" (overwrite entries that occur more than once) and extract the prescribed "dofval" without a temporary.

Parameters
elemvecinput [nelem, nne, ndim]
Returns
dofval_p input [nnp]

Definition at line 626 of file VectorPartitioned.h.

◆ asDofs_p() [3/3]

void GooseFEM::VectorPartitioned::asDofs_p ( const array_type::tensor< double, 3 > & elemvec,
array_type::tensor< double, 1 > & dofval_p ) const
inline

Convert "elemvec" to "dofval" (overwrite entries that occur more than once) and extract the prescribed "dofval" without a temporary.

Parameters
elemvecinput [nelem, nne, ndim]
dofval_pinput [nnp]

Definition at line 640 of file VectorPartitioned.h.

◆ AsDofs_u() [1/3]

array_type::tensor< double, 1 > GooseFEM::VectorPartitioned::AsDofs_u ( const array_type::tensor< double, 1 > & dofval) const
inline

Extract the unknown "dofval":

 dofval[iiu()]
Parameters
dofvalinput [ndof]
Returns
dofval_u input [nnu]

Definition at line 428 of file VectorPartitioned.h.

◆ asDofs_u() [1/3]

void GooseFEM::VectorPartitioned::asDofs_u ( const array_type::tensor< double, 1 > & dofval,
array_type::tensor< double, 1 > & dofval_u ) const
inline

Extract the unknown "dofval":

 dofval[iiu()]
Parameters
dofvalinput [ndof]
dofval_uinput [nnu]

Definition at line 443 of file VectorPartitioned.h.

◆ AsDofs_u() [2/3]

array_type::tensor< double, 1 > GooseFEM::VectorPartitioned::AsDofs_u ( const array_type::tensor< double, 2 > & nodevec) const
inline

Convert "nodevec" to "dofval" (overwrite entries that occur more than once) and extract the unknown "dofval" without a temporary.

Parameters
nodevecinput [nnode, ndim]
Returns
dofval_u input [nnu]

Definition at line 464 of file VectorPartitioned.h.

◆ asDofs_u() [2/3]

void GooseFEM::VectorPartitioned::asDofs_u ( const array_type::tensor< double, 2 > & nodevec,
array_type::tensor< double, 1 > & dofval_u ) const
inline

Convert "nodevec" to "dofval" (overwrite entries that occur more than once) and extract the unknown "dofval" without a temporary.

Parameters
nodevecinput [nnode, ndim]
dofval_uinput [nnu]

Definition at line 478 of file VectorPartitioned.h.

◆ AsDofs_u() [3/3]

array_type::tensor< double, 1 > GooseFEM::VectorPartitioned::AsDofs_u ( const array_type::tensor< double, 3 > & elemvec) const
inline

Convert "elemvec" to "dofval" (overwrite entries that occur more than once) and extract the unknown "dofval" without a temporary.

Parameters
elemvecinput [nelem, nne, ndim]
Returns
dofval_u input [nnu]

Definition at line 505 of file VectorPartitioned.h.

◆ asDofs_u() [3/3]

void GooseFEM::VectorPartitioned::asDofs_u ( const array_type::tensor< double, 3 > & elemvec,
array_type::tensor< double, 1 > & dofval_u ) const
inline

Convert "elemvec" to "dofval" (overwrite entries that occur more than once) and extract the unknown "dofval" without a temporary.

Parameters
elemvecinput [nelem, nne, ndim]
dofval_uinput [nnu]

Definition at line 519 of file VectorPartitioned.h.

◆ copy_p()

void GooseFEM::VectorPartitioned::copy_p ( const array_type::tensor< double, 2 > & nodevec_src,
array_type::tensor< double, 2 > & nodevec_dest ) const
inline

Copy prescribed DOFs from "nodevec" to another "nodvec":

 nodevec_dest[vector.dofs_is_p()] = nodevec_src

the other DOFs are taken from nodevec_dest:

 nodevec_dest[vector.dofs_is_u()] = nodevec_dest
Parameters
nodevec_srcinput [nnode, ndim]
nodevec_destinput/output [nnode, ndim]

Definition at line 251 of file VectorPartitioned.h.

◆ Copy_p()

array_type::tensor< double, 2 > GooseFEM::VectorPartitioned::Copy_p ( const array_type::tensor< double, 2 > & nodevec_src,
const array_type::tensor< double, 2 > & nodevec_dest ) const
inline

Copy prescribed DOFs from "nodevec" to another "nodvec":

 nodevec_dest[vector.dofs_is_p()] = nodevec_src

the other DOFs are taken from nodevec_dest:

 nodevec_dest[vector.dofs_is_u()] = nodevec_dest
Parameters
nodevec_srcinput [nnode, ndim]
nodevec_destinput [nnode, ndim]
Returns
nodevec output [nnode, ndim]

Definition at line 229 of file VectorPartitioned.h.

◆ copy_u()

void GooseFEM::VectorPartitioned::copy_u ( const array_type::tensor< double, 2 > & nodevec_src,
array_type::tensor< double, 2 > & nodevec_dest ) const
inline

Copy unknown DOFs from "nodevec" to another "nodvec":

 nodevec_dest[vector.dofs_is_u()] = nodevec_src

the other DOFs are taken from nodevec_dest:

 nodevec_dest[vector.dofs_is_p()] = nodevec_dest
Parameters
nodevec_srcinput [nnode, ndim]
nodevec_destinput/output [nnode, ndim]

Definition at line 198 of file VectorPartitioned.h.

◆ Copy_u()

array_type::tensor< double, 2 > GooseFEM::VectorPartitioned::Copy_u ( const array_type::tensor< double, 2 > & nodevec_src,
const array_type::tensor< double, 2 > & nodevec_dest ) const
inline

Copy unknown DOFs from "nodevec" to another "nodvec":

 nodevec_dest[vector.dofs_is_u()] = nodevec_src

the other DOFs are taken from nodevec_dest:

 nodevec_dest[vector.dofs_is_p()] = nodevec_dest
Parameters
nodevec_srcinput [nnode, ndim]
nodevec_destinput [nnode, ndim]
Returns
nodevec output [nnode, ndim]

Definition at line 176 of file VectorPartitioned.h.

◆ dofs_is_p()

array_type::tensor< bool, 2 > GooseFEM::VectorPartitioned::dofs_is_p ( ) const
inline

Per DOF (see Vector::dofs()) list if prescribed ("p").

Returns
Boolean "nodevec".

Definition at line 147 of file VectorPartitioned.h.

◆ dofs_is_u()

array_type::tensor< bool, 2 > GooseFEM::VectorPartitioned::dofs_is_u ( ) const
inline

Per DOF (see Vector::dofs()) list if unknown ("u").

Returns
Boolean "nodevec".

Definition at line 126 of file VectorPartitioned.h.

◆ DofsFromParitioned()

array_type::tensor< double, 1 > GooseFEM::VectorPartitioned::DofsFromParitioned ( const array_type::tensor< double, 1 > & dofval_u,
const array_type::tensor< double, 1 > & dofval_p ) const
inline

Combine unknown and prescribed "dofval" into a single "dofval" list.

Parameters
dofval_uinput [nnu]
dofval_pinput [nnp]
Returns
dofval output [ndof]

Definition at line 276 of file VectorPartitioned.h.

◆ dofsFromParitioned()

void GooseFEM::VectorPartitioned::dofsFromParitioned ( const array_type::tensor< double, 1 > & dofval_u,
const array_type::tensor< double, 1 > & dofval_p,
array_type::tensor< double, 1 > & dofval ) const
inline

Combine unknown and prescribed "dofval" into a single "dofval" list.

Parameters
dofval_uinput [nnu]
dofval_pinput [nnp]
dofvaloutput [ndof]

Definition at line 293 of file VectorPartitioned.h.

◆ ElementFromPartitioned()

array_type::tensor< double, 3 > GooseFEM::VectorPartitioned::ElementFromPartitioned ( const array_type::tensor< double, 1 > & dofval_u,
const array_type::tensor< double, 1 > & dofval_p ) const
inline

Combine unknown and prescribed "dofval" into a single "dofval" list and directly convert to "elemvec" without a temporary (overwrite entries that occur more than once).

Parameters
dofval_uinput [nnu]
dofval_pinput [nnp]
Returns
elemvec output [nelem, nne, ndim]

Definition at line 376 of file VectorPartitioned.h.

◆ elementFromPartitioned()

void GooseFEM::VectorPartitioned::elementFromPartitioned ( const array_type::tensor< double, 1 > & dofval_u,
const array_type::tensor< double, 1 > & dofval_p,
array_type::tensor< double, 3 > & elemvec ) const
inline

Combine unknown and prescribed "dofval" into a single "dofval" list and directly convert to "elemvec" without a temporary (overwrite entries that occur more than once).

Parameters
dofval_uinput [nnu]
dofval_pinput [nnp]
elemvecoutput [nelem, nne, ndim]

Definition at line 395 of file VectorPartitioned.h.

◆ iip()

const array_type::tensor< size_t, 1 > & GooseFEM::VectorPartitioned::iip ( ) const
inline
Returns
Prescribed DOFs [nnp].

Definition at line 116 of file VectorPartitioned.h.

◆ iiu()

const array_type::tensor< size_t, 1 > & GooseFEM::VectorPartitioned::iiu ( ) const
inline
Returns
Unknown DOFs [nnu].

Definition at line 108 of file VectorPartitioned.h.

◆ nnp()

size_t GooseFEM::VectorPartitioned::nnp ( ) const
inline
Returns
Number of prescribed DOFs.

Definition at line 100 of file VectorPartitioned.h.

◆ nnu()

size_t GooseFEM::VectorPartitioned::nnu ( ) const
inline
Returns
Number of unknown DOFs.

Definition at line 92 of file VectorPartitioned.h.

◆ NodeFromPartitioned()

array_type::tensor< double, 2 > GooseFEM::VectorPartitioned::NodeFromPartitioned ( const array_type::tensor< double, 1 > & dofval_u,
const array_type::tensor< double, 1 > & dofval_p ) const
inline

Combine unknown and prescribed "dofval" into a single "dofval" list and directly convert to "nodeval" without a temporary (overwrite entries that occur more than once).

Parameters
dofval_uinput [nnu]
dofval_pinput [nnp]
Returns
nodevec output [nnode, ndim]

Definition at line 325 of file VectorPartitioned.h.

◆ nodeFromPartitioned()

void GooseFEM::VectorPartitioned::nodeFromPartitioned ( const array_type::tensor< double, 1 > & dofval_u,
const array_type::tensor< double, 1 > & dofval_p,
array_type::tensor< double, 2 > & nodevec ) const
inline

Combine unknown and prescribed "dofval" into a single "dofval" list and directly convert to "nodeval" without a temporary (overwrite entries that occur more than once).

Parameters
dofval_uinput [nnu]
dofval_pinput [nnp]
nodevecoutput [nnode, ndim]

Definition at line 344 of file VectorPartitioned.h.

Member Data Documentation

◆ m_iip

array_type::tensor<size_t, 1> GooseFEM::VectorPartitioned::m_iip
protected

See iip()

Definition at line 48 of file VectorPartitioned.h.

◆ m_iiu

array_type::tensor<size_t, 1> GooseFEM::VectorPartitioned::m_iiu
protected

See iiu()

Definition at line 47 of file VectorPartitioned.h.

◆ m_nnp

size_t GooseFEM::VectorPartitioned::m_nnp
protected

See nnp.

Definition at line 50 of file VectorPartitioned.h.

◆ m_nnu

size_t GooseFEM::VectorPartitioned::m_nnu
protected

See nnu.

Definition at line 49 of file VectorPartitioned.h.

◆ m_part

array_type::tensor<size_t, 2> GooseFEM::VectorPartitioned::m_part
protected

Renumbered DOFs per node, such that.

 iiu = arange(nnu)
 iip = nnu + arange(nnp)

making is much simpler to slice.

Definition at line 60 of file VectorPartitioned.h.


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