#include "users_modules/mofem_um_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.
163 {
164 PetscFunctionBegin;
165
166 try {
167
168 EntityHandle face = numeredEntFiniteElementPtr->getEnt();
170
172
175 gaussPts(2,ffgg) = 0;
176 }
177
178 } catch (const std::exception& ex) {
179 ostringstream ss;
180 ss << "throw in method: " << ex.what() << endl;
181 SETERRQ(PETSC_COMM_SELF,1,ss.str().c_str());
182 }
183 PetscFunctionReturn(0);
184 }
map< EntityHandle, vector< VectorDouble > > localCoordsMap
◆ commonData
| CommonData& PeriodicNitscheConstrains::PeriodicFace::commonData |
The documentation for this struct was generated from the following file: