#include <users_modules/homogenisation/src/NitschePeriodicMethod.hpp>
Definition at line 154 of file NitschePeriodicMethod.hpp.
◆ PeriodicFace()
Definition at line 157 of file NitschePeriodicMethod.hpp.
FaceElementForcesAndSourcesCoreSwitch< 0 > FaceElementForcesAndSourcesCore
Face finite element default.
◆ getRule()
int PeriodicNitscheConstrains::PeriodicFace::getRule |
( |
int |
order | ) |
|
◆ setGaussPts()
PetscErrorCode PeriodicNitscheConstrains::PeriodicFace::setGaussPts |
( |
int |
order | ) |
|
Definition at line 163 of file NitschePeriodicMethod.hpp.
168 EntityHandle face = numeredEntFiniteElementPtr->getEnt();
175 gaussPts(2,ffgg) = 0;
178 }
catch (
const std::exception& ex) {
180 ss <<
"throw in method: " << ex.what() << endl;
181 SETERRQ(PETSC_COMM_SELF,1,ss.str().c_str());
183 PetscFunctionReturn(0);
map< EntityHandle, vector< VectorDouble > > localCoordsMap
◆ commonData
CommonData& PeriodicNitscheConstrains::PeriodicFace::commonData |
The documentation for this struct was generated from the following file: