#include "petsc.h"
#include "petscvec.h"
#include "omg.h"
#include "oda.h"
#include "elasticityJac.h"
#include "vecMass.h"
Go to the source code of this file.
Functions | |
PetscErrorCode | ComputeElasticityRHS (ot::DAMG damg, Vec rhs) |
Definition in file elasticityRhs.C.
|
Definition at line 14 of file elasticityRhs.C. References ElasticityData::bdyArr, ComputeConstVecMass(), CreateConstVecMass(), ot::DA::curr(), ot::_p_DAMG::da, ot::DAMG, ot::DA::end(), ot::DA::getCurrentOffset(), ot::DA::getHangingNodeIndex(), ot::DA::getLevel(), ot::DA::getMaxDepth(), ot::DA::getNodeIndices(), ot::DA::iAmActive(), ot::DA::init(), ot::DA::next(), ot::_p_DAMG::user, ot::DA::vecGetBuffer(), ot::DA::vecRestoreBuffer(), Point::xint(), Point::yint(), and Point::zint(). Referenced by main(). |