OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::DofGrouping Class Reference

Support struct to handle all the split up variables used during the solving step. More...

#include <staggeredsolver.h>

Public Member Functions

 DofGrouping (const std::vector< CustomEquationNumbering > &numberings, Domain *m)
 
void giveTotalLocationArray (IntArray &locationArray, const UnknownNumberingScheme &s, Domain *d)
 

Public Attributes

std::vector< std::unique_ptr< SparseMtrx > > stiffnessMatrixList
 
std::vector< FloatArrayfIntList
 
std::vector< FloatArrayfExtList
 
std::vector< IntArraylocArrayList
 
std::vector< FloatArrayX
 
std::vector< FloatArraydX
 
std::vector< FloatArrayddX
 

Detailed Description

Support struct to handle all the split up variables used during the solving step.

Definition at line 89 of file staggeredsolver.h.

Constructor & Destructor Documentation

oofem::DofGrouping::DofGrouping ( const std::vector< CustomEquationNumbering > &  numberings,
Domain m 
)

Definition at line 107 of file staggeredsolver.C.

References giveTotalLocationArray(), and locArrayList.

Member Function Documentation

Member Data Documentation

std :: vector< FloatArray > oofem::DofGrouping::ddX

Definition at line 99 of file staggeredsolver.h.

Referenced by oofem::StaggeredSolver::solve().

std :: vector< FloatArray > oofem::DofGrouping::dX

Definition at line 98 of file staggeredsolver.h.

Referenced by oofem::StaggeredSolver::solve().

std :: vector< FloatArray > oofem::DofGrouping::fExtList

Definition at line 94 of file staggeredsolver.h.

Referenced by oofem::StaggeredSolver::solve().

std :: vector< FloatArray > oofem::DofGrouping::fIntList

Definition at line 93 of file staggeredsolver.h.

Referenced by oofem::StaggeredSolver::solve().

std :: vector< IntArray > oofem::DofGrouping::locArrayList

Definition at line 96 of file staggeredsolver.h.

Referenced by DofGrouping(), and oofem::StaggeredSolver::solve().

std :: vector< std :: unique_ptr< SparseMtrx > > oofem::DofGrouping::stiffnessMatrixList

Definition at line 92 of file staggeredsolver.h.

Referenced by oofem::StaggeredSolver::solve().

std :: vector< FloatArray > oofem::DofGrouping::X

Definition at line 97 of file staggeredsolver.h.

Referenced by oofem::StaggeredSolver::solve().


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

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:34 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011