#include <users_modules/homogenisation/src/NitschePeriodicMethod.hpp>
Definition at line 154 of file NitschePeriodicMethod.hpp.
◆ PeriodicFace()
◆ getRule()
int PeriodicNitscheConstrains::PeriodicFace::getRule |
( |
int |
order | ) |
|
|
inline |
◆ setGaussPts()
PetscErrorCode PeriodicNitscheConstrains::PeriodicFace::setGaussPts |
( |
int |
order | ) |
|
|
inline |
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);
◆ commonData
CommonData& PeriodicNitscheConstrains::PeriodicFace::commonData |
The documentation for this struct was generated from the following file: