v0.16.3
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient Struct Reference
Inheritance diagram for EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient:
[legend]
Collaboration diagram for EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient:
[legend]

Public Member Functions

 OpAssembleReducedHelmholtzGradient (boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< MatrixDouble > adjoint_piola_ptr, boost::shared_ptr< MatrixDouble > adjoint_stretch_ptr, boost::shared_ptr< MatrixDouble > adjoint_rotation_ptr, boost::shared_ptr< MatrixDouble > adjoint_rotation_gradient_ptr, boost::shared_ptr< const PlasticControlDofIndices > control_indices_ptr, Vec gradient, const double alpha_omega)
 
MoFEMErrorCode doWork (int, EntityType, EntData &) override
 Operator for linear form, usually to calculate values on right hand side.
 
- Public Member Functions inherited from MoFEM::VolumeElementForcesAndSourcesCore::UserDataOperator
int getNumNodes ()
 get element number of nodes
 
const EntityHandle * getConn ()
 get element connectivity
 
double getVolume () const
 element volume (linear geometry)
 
doublegetVolume ()
 element volume (linear geometry)
 
FTensor::Tensor2< double *, 3, 3 > & getJac ()
 get element Jacobian
 
FTensor::Tensor2< double *, 3, 3 > & getInvJac ()
 get element inverse Jacobian
 
VectorDoublegetCoords ()
 nodal coordinates
 
VolumeElementForcesAndSourcesCoregetVolumeFE () const
 return pointer to Generic Volume Finite Element object
 
- Public Member Functions inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
 UserDataOperator (const FieldSpace space, const char type=OPSPACE, const bool symm=true)
 Constructor for operators working on finite element spaces.
 
 UserDataOperator (const std::string field_name, const char type, const bool symm=true)
 Constructor for operators working on a single field.
 
 UserDataOperator (const std::string row_field_name, const std::string col_field_name, const char type, const bool symm=true)
 Constructor for operators working on two fields (bilinear forms)
 
boost::shared_ptr< const NumeredEntFiniteElementgetNumeredEntFiniteElementPtr () const
 Return raw pointer to NumeredEntFiniteElement.
 
EntityHandle getFEEntityHandle () const
 Return finite element entity handle.
 
int getFEDim () const
 Get dimension of finite element.
 
EntityType getFEType () const
 Get dimension of finite element.
 
boost::weak_ptr< SideNumbergetSideNumberPtr (const int side_number, const EntityType type)
 Get the side number pointer.
 
EntityHandle getSideEntity (const int side_number, const EntityType type)
 Get the side entity.
 
int getNumberOfNodesOnElement () const
 Get the number of nodes on finite element.
 
MoFEMErrorCode getProblemRowIndices (const std::string filed_name, const EntityType type, const int side, VectorInt &indices) const
 Get row indices.
 
MoFEMErrorCode getProblemColIndices (const std::string filed_name, const EntityType type, const int side, VectorInt &indices) const
 Get col indices.
 
const FEMethodgetFEMethod () const
 Return raw pointer to Finite Element Method object.
 
int getOpType () const
 Get operator types.
 
void setOpType (const OpType type)
 Set operator type.
 
void addOpType (const OpType type)
 Add operator type.
 
int getNinTheLoop () const
 get number of finite element in the loop
 
int getLoopSize () const
 get size of elements in the loop
 
std::string getFEName () const
 Get name of the element.
 
ForcesAndSourcesCoregetPtrFE () const
 
ForcesAndSourcesCoregetSidePtrFE () const
 
ForcesAndSourcesCoregetRefinePtrFE () const
 
const PetscData::SwitchesgetDataCtx () const
 
const KspMethod::KSPContext getKSPCtx () const
 
const SnesMethod::SNESContext getSNESCtx () const
 
const TSMethod::TSContext getTSCtx () const
 
Vec getKSPf () const
 
Mat getKSPA () const
 
Mat getKSPB () const
 
Vec getSNESf () const
 
Vec getSNESx () const
 
Mat getSNESA () const
 
Mat getSNESB () const
 
Vec getTSu () const
 
Vec getTSu_t () const
 
Vec getTSu_tt () const
 
Vec getTSf () const
 
Mat getTSA () const
 
Mat getTSB () const
 
int getTSstep () const
 
double getTStime () const
 
double getTStimeStep () const
 
double getTSa () const
 
double getTSaa () const
 
MatrixDoublegetGaussPts ()
 matrix of integration (Gauss) points for Volume Element
 
auto getFTensor0IntegrationWeight ()
 Get integration weights.
 
MatrixDoublegetCoordsAtGaussPts ()
 Gauss points and weight, matrix (nb. of points x 3)
 
auto getFTensor1CoordsAtGaussPts ()
 Get coordinates at integration points assuming linear geometry.
 
double getMeasure () const
 get measure of element
 
doublegetMeasure ()
 get measure of element
 
MoFEM::InterfacegetMField ()
 
moab::Interface & getMoab ()
 
virtual boost::weak_ptr< ForcesAndSourcesCoregetSubPipelinePtr () const
 
MoFEMErrorCode loopSide (const string &fe_name, ForcesAndSourcesCore *side_fe, const size_t dim, const EntityHandle ent_for_side=0, boost::shared_ptr< Range > fe_range=nullptr, const int verb=QUIET, const LogManager::SeverityLevel sev=Sev::noisy, AdjCache *adj_cache=nullptr)
 User calls this function to loop over elements on the side of face. This function calls finite element with its operator to do calculations.
 
MoFEMErrorCode loopThis (const string &fe_name, ForcesAndSourcesCore *this_fe, const int verb=QUIET, const LogManager::SeverityLevel sev=Sev::noisy)
 User calls this function to loop over the same element using a different set of integration points. This function calls finite element with its operator to do calculations.
 
MoFEMErrorCode loopParent (const string &fe_name, ForcesAndSourcesCore *parent_fe, const int verb=QUIET, const LogManager::SeverityLevel sev=Sev::noisy)
 User calls this function to loop over parent elements. This function calls finite element with its operator to do calculations.
 
MoFEMErrorCode loopChildren (const string &fe_name, ForcesAndSourcesCore *child_fe, const int verb=QUIET, const LogManager::SeverityLevel sev=Sev::noisy)
 User calls this function to loop over parent elements. This function calls finite element with its operator to do calculations.
 
MoFEMErrorCode loopRange (const string &fe_name, ForcesAndSourcesCore *range_fe, boost::shared_ptr< Range > fe_range, const int verb=QUIET, const LogManager::SeverityLevel sev=Sev::noisy)
 Iterate over range of elements.
 
- Public Member Functions inherited from MoFEM::DataOperator
 DataOperator (const bool symm=true)
 
virtual ~DataOperator ()=default
 
virtual MoFEMErrorCode doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data)
 Operator for bi-linear form, usually to calculate values on left hand side.
 
virtual MoFEMErrorCode opLhs (EntitiesFieldData &row_data, EntitiesFieldData &col_data)
 
virtual MoFEMErrorCode opRhs (EntitiesFieldData &data, const bool error_if_no_base=false)
 
bool getSymm () const
 Get if operator uses symmetry of DOFs or not.
 
void setSymm ()
 set if operator is executed taking in account symmetry
 
void unSetSymm ()
 unset if operator is executed for non symmetric problem
 

Private Attributes

boost::shared_ptr< DataAtIntegrationPtsdataAtPts
 
boost::shared_ptr< MatrixDouble > adjointPiolaPtr
 
boost::shared_ptr< MatrixDouble > adjointStretchPtr
 
boost::shared_ptr< MatrixDouble > adjointRotationPtr
 
boost::shared_ptr< MatrixDouble > adjointRotationGradientPtr
 
boost::shared_ptr< const PlasticControlDofIndicescontrolIndicesPtr
 
Vec gradient
 
const double alphaOmega
 

Additional Inherited Members

- Public Types inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
enum  OpType {
  OPROW = 1 << 0 , OPCOL = 1 << 1 , OPROWCOL = 1 << 2 , OPSPACE = 1 << 3 ,
  OPLAST = 1 << 3
}
 Controls loop over entities on element. More...
 
using AdjCache = std::map< EntityHandle, std::vector< boost::weak_ptr< NumeredEntFiniteElement > > >
 
- Public Types inherited from MoFEM::DataOperator
using DoWorkLhsHookFunType = boost::function< MoFEMErrorCode(DataOperator *op_ptr, int row_side, int col_side, EntityType row_type, EntityType col_type, EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data)>
 
using DoWorkRhsHookFunType = boost::function< MoFEMErrorCode(DataOperator *op_ptr, int side, EntityType type, EntitiesFieldData::EntData &data)>
 
- Public Attributes inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
char opType
 
std::string rowFieldName
 
std::string colFieldName
 
FieldSpace sPace
 
- Public Attributes inherited from MoFEM::DataOperator
DoWorkLhsHookFunType doWorkLhsHook
 
DoWorkRhsHookFunType doWorkRhsHook
 
bool sYmm
 If true assume that matrix is symmetric structure.
 
std::array< bool, MBMAXTYPE > doEntities
 If true operator is executed for entity.
 
booldoVertices
 \deprectaed If false skip vertices
 
booldoEdges
 \deprectaed If false skip edges
 
booldoQuads
 \deprectaed
 
booldoTris
 \deprectaed
 
booldoTets
 \deprectaed
 
booldoPrisms
 \deprectaed
 
- Static Public Attributes inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
static const char *const OpTypeNames []
 
- Protected Member Functions inherited from MoFEM::VolumeElementForcesAndSourcesCore::UserDataOperator
MoFEMErrorCode setPtrFE (ForcesAndSourcesCore *ptr)
 
- Protected Attributes inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
ForcesAndSourcesCoreptrFE
 

Detailed Description

Assemble -R_{H^p}^T p for one plastic P0 cell.

The adjoint fields p are interpolated with the elastic DM. Since the plastic field is cellwise constant, this OPSPACE operator can integrate all five coefficient directions and insert them directly into their control DOFs without introducing a mixed auxiliary DM.

Definition at line 115 of file PlasticIncrementalOptimizationOperators.cpp.

Constructor & Destructor Documentation

◆ OpAssembleReducedHelmholtzGradient()

EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::OpAssembleReducedHelmholtzGradient ( boost::shared_ptr< DataAtIntegrationPts data_ptr,
boost::shared_ptr< MatrixDouble >  adjoint_piola_ptr,
boost::shared_ptr< MatrixDouble >  adjoint_stretch_ptr,
boost::shared_ptr< MatrixDouble >  adjoint_rotation_ptr,
boost::shared_ptr< MatrixDouble >  adjoint_rotation_gradient_ptr,
boost::shared_ptr< const PlasticControlDofIndices control_indices_ptr,
Vec  gradient,
const double  alpha_omega 
)
inline

Definition at line 116 of file PlasticIncrementalOptimizationOperators.cpp.

124 : VolUserDataOperator(NOSPACE, OPSPACE), dataAtPts(std::move(data_ptr)),
125 adjointPiolaPtr(std::move(adjoint_piola_ptr)),
126 adjointStretchPtr(std::move(adjoint_stretch_ptr)),
127 adjointRotationPtr(std::move(adjoint_rotation_ptr)),
128 adjointRotationGradientPtr(std::move(adjoint_rotation_gradient_ptr)),
129 controlIndicesPtr(std::move(control_indices_ptr)), gradient(gradient),
130 alphaOmega(alpha_omega) {
136 "Reduced Helmholtz-gradient operator has a null data pointer");
137 }
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
@ NOSPACE
Definition definitions.h:83
@ MOFEM_DATA_INCONSISTENCY
Definition definitions.h:31
VolumeElementForcesAndSourcesCore::UserDataOperator VolUserDataOperator
@ OPSPACE
operator do Work is execute on space data

Member Function Documentation

◆ doWork()

MoFEMErrorCode EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::doWork ( int  side,
EntityType  type,
EntData data 
)
inlineoverridevirtual

Operator for linear form, usually to calculate values on right hand side.

Reimplemented from MoFEM::DataOperator.

Definition at line 139 of file PlasticIncrementalOptimizationOperators.cpp.

139 {
141 constexpr int dim = SPACE_DIM;
142 constexpr int coordinate_size =
144 constexpr int stretch_size = dim * (dim + 1) / 2;
145 const int nb_integration_pts = getGaussPts().size2();
146 const auto indices_it = controlIndicesPtr->find(getFEEntityHandle());
147 if (indices_it == controlIndicesPtr->end())
148 SETERRQ(PETSC_COMM_SELF, MOFEM_DATA_INCONSISTENCY,
149 "Plastic cell %llu has no control-DOF layout",
150 static_cast<unsigned long long>(getFEEntityHandle()));
151
152#ifndef NDEBUG
153 const auto check_matrix =
154 [nb_integration_pts](const boost::shared_ptr<MatrixDouble> &matrix_ptr,
155 const int columns, const char *name) {
157 if (matrix_ptr->size1() != nb_integration_pts ||
158 matrix_ptr->size2() != columns)
159 SETERRQ(PETSC_COMM_SELF, MOFEM_DATA_INCONSISTENCY,
160 "Inconsistent %s data in reduced Helmholtz gradient",
161 name);
163 };
164 CHKERR check_matrix(adjointPiolaPtr, dim * dim, "Piola adjoint");
165 CHKERR check_matrix(adjointStretchPtr, stretch_size, "stretch adjoint");
166 CHKERR check_matrix(adjointRotationPtr, dim, "rotation adjoint");
167 CHKERR check_matrix(adjointRotationGradientPtr, dim * dim,
168 "rotation-adjoint gradient");
169#endif
170
172 auto t_adjoint_piola =
173 MatrixSizeHelper<GetFTensor2FromMatType<dim, dim, -1, DL>, DL>::get(
174 *adjointPiolaPtr, nb_integration_pts)();
175 auto t_adjoint_stretch =
176 MatrixSizeHelper<GetFTensor1FromMatType<stretch_size, -1, DL>, DL>::get(
177 *adjointStretchPtr, nb_integration_pts)();
178 auto t_adjoint_rotation =
180 *adjointRotationPtr, nb_integration_pts)();
181 auto t_adjoint_rotation_gradient =
182 MatrixSizeHelper<GetFTensor2FromMatType<dim, dim, -1, DL>, DL>::get(
183 *adjointRotationGradientPtr, nb_integration_pts)();
184 auto t_reference_p = dataAtPts->getFTensorApproxP(nb_integration_pts);
185 auto t_elastic_f = dataAtPts->getFTensorSmallH(nb_integration_pts);
186 auto t_plastic_h = dataAtPts->getFTensorPlasticH(nb_integration_pts);
187 auto t_plastic_f = dataAtPts->getFTensorPlasticF(nb_integration_pts);
188 auto t_inv_plastic_f =
189 dataAtPts->getFTensorInvPlasticF(nb_integration_pts);
190 auto t_adjoint_stress_d_p =
191 dataAtPts->getFTensorAdjointPdUdP(nb_integration_pts);
192 auto t_levi_d_p =
193 dataAtPts->getFTensorLeviKirchhoffP(nb_integration_pts);
194 auto t_rotation_gradient =
195 dataAtPts->getFTensorRotAxisGrad(nb_integration_pts);
196 auto t_w = getFTensor0IntegrationWeight();
197
198 std::array<PetscScalar, coordinate_size> local_gradient{};
199 FTENSOR_INDEXES(dim, i, j, k, l, m, n);
200 FTensor::Index<'S', stretch_size> S;
201 FTensor::Index<'C', coordinate_size> C;
202 const EigenMatrix::Fun<double> exp_fun = [](const double value) {
203 return std::exp(value);
204 };
205
206 for (int gg = 0; gg != nb_integration_pts; ++gg) {
207 FTensor::Tensor1<double, dim> t_eigen_values;
209 t_eigen_vectors(i, j) = t_plastic_h(i, j);
210 if (computeEigenValuesSymmetric(t_eigen_vectors, t_eigen_values) !=
211 MB_SUCCESS)
212 SETERRQ(PETSC_COMM_SELF, MOFEM_OPERATION_UNSUCCESSFUL,
213 "Failed to diagonalise plastic logarithmic stretch while "
214 "assembling its reduced gradient");
215 const int nb_unique = getUniqNb<dim>(t_eigen_values);
216 if (nb_unique < dim)
217 CHKERR sortEigenVals<dim>(t_eigen_values, t_eigen_vectors);
218 const auto t_diff_exp = EigenMatrix::getDiffMat(
219 t_eigen_values, t_eigen_vectors, exp_fun, exp_fun, nb_unique);
220 const double det_plastic_f = determinantTensor3by3(t_plastic_f);
221
222 FTensor::Tensor2<double, dim, dim> t_adjoint_rotation_gradient_pull;
223 FTensor::Tensor2<double, dim, dim> t_rotation_gradient_pull;
224 t_adjoint_rotation_gradient_pull(k, j) =
225 t_adjoint_rotation_gradient(k, i) * t_inv_plastic_f(i, j);
226 t_rotation_gradient_pull(k, j) =
227 t_rotation_gradient(k, i) * t_inv_plastic_f(i, j);
228
229 for (int coordinate = 0; coordinate != coordinate_size; ++coordinate) {
230 FTensor::Tensor1<double, coordinate_size> t_coordinate_direction;
231 t_coordinate_direction(C) = 0.;
232 t_coordinate_direction(coordinate) = 1.;
233 const auto t_direction =
235 t_coordinate_direction);
237 t_d_plastic_f(i, j) =
238 t_diff_exp(i, j, k, l) * t_direction(k, l);
239 FTensor::Tensor2<double, dim, dim> t_d_inv_plastic_f;
240 t_d_inv_plastic_f(i, j) =
241 -t_inv_plastic_f(i, k) * t_d_plastic_f(k, l) *
242 t_inv_plastic_f(l, j);
243
244 // Piola/bubble compatibility block. The divergence transform is
245 // invariant because H^p and every coordinate direction are
246 // trace-free, hence J_p=1 and dJ_p=0.
247 double residual_derivative_contraction =
248 -t_adjoint_piola(i, k) * t_elastic_f(i, j) *
249 t_d_plastic_f(j, k);
250
251 FTensor::Tensor2<double, dim, dim> t_d_intermediate_p;
252 t_d_intermediate_p(i, j) =
253 t_reference_p(i, k) * t_d_plastic_f(j, k) / det_plastic_f;
255 t_d_adjoint_stress(S) =
256 t_adjoint_stress_d_p(i, j, S) * t_d_intermediate_p(i, j);
257 // The explicit-stretch residual contains minus the stress conjugate
258 // induced by the intermediate Piola transform.
259 residual_derivative_contraction -=
260 det_plastic_f *
261 (t_adjoint_stretch(S) * t_d_adjoint_stress(S));
262
264 t_d_levi(k) = t_levi_d_p(k, i, j) * t_d_intermediate_p(i, j);
265 residual_derivative_contraction -=
266 det_plastic_f * t_adjoint_rotation(k) * t_d_levi(k);
267
268 if (alphaOmega != 0.) {
270 t_d_adjoint_rotation_gradient_pull;
271 FTensor::Tensor2<double, dim, dim> t_d_rotation_gradient_pull;
272 t_d_adjoint_rotation_gradient_pull(k, j) =
273 t_adjoint_rotation_gradient(k, i) *
274 t_d_inv_plastic_f(i, j);
275 t_d_rotation_gradient_pull(k, j) =
276 t_rotation_gradient(k, i) * t_d_inv_plastic_f(i, j);
277 residual_derivative_contraction +=
278 det_plastic_f * alphaOmega *
279 (t_d_adjoint_rotation_gradient_pull(k, j) *
280 t_rotation_gradient_pull(k, j) +
281 t_adjoint_rotation_gradient_pull(k, j) *
282 t_d_rotation_gradient_pull(k, j));
283 }
284
285 // L=Psi-p.R has derivative -p.R_Hp because the bulk Helmholtz
286 // energy has no explicit H^p dependence in this independent elastic-
287 // stretch, trace-free discretization.
288 local_gradient[coordinate] -=
289 getMeasure() * t_w * residual_derivative_contraction;
290 }
291
292 ++t_adjoint_piola;
293 ++t_adjoint_stretch;
294 ++t_adjoint_rotation;
295 ++t_adjoint_rotation_gradient;
296 ++t_reference_p;
297 ++t_elastic_f;
298 ++t_plastic_h;
299 ++t_plastic_f;
300 ++t_inv_plastic_f;
301 ++t_adjoint_stress_d_p;
302 ++t_levi_d_p;
303 ++t_rotation_gradient;
304 ++t_w;
305 }
306
307 CHKERR VecSetValues(gradient, coordinate_size, indices_it->second.data(),
308 local_gradient.data(), ADD_VALUES);
310 }
#define FTENSOR_INDEXES(DIM,...)
constexpr int SPACE_DIM
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
@ MOFEM_OPERATION_UNSUCCESSFUL
Definition definitions.h:34
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
FTensor::Index< 'i', SPACE_DIM > i
const double n
refractive index of diffusive medium
FTensor::Index< 'l', 3 > l
FTensor::Index< 'j', 3 > j
FTensor::Index< 'k', 3 > k
boost::function< T(const T)> Fun
auto getDiffMat(A &&t_val, B &&t_vec, Fun< double > f, Fun< double > d_f, const int nb)
Get the Diff Mat object.
FTensor::Tensor2_symmetric< double, SPACE_DIM > plasticLogarithmicStretchTensorFromCoordinates(const FTensor::Tensor1< T, plasticLogarithmicStretchCoordinateSize > &t_coordinates)
DataLayoutTraits< DataLayout::GaussByCoeffs > DL
decltype(GetFTensor1FromMatImpl< Tensor_Dim, S, DL, M >::get(std::declval< M & >(), 0, 0)) GetFTensor1FromMatType
MoFEMErrorCode computeEigenValuesSymmetric(const MatrixDouble &mat, VectorDouble &eig, MatrixDouble &eigen_vec)
compute eigenvalues of a symmetric matrix using lapack dsyev
static auto determinantTensor3by3(T &t)
Calculate the determinant of a 3x3 matrix or a tensor of rank 2.
decltype(GetFTensor2FromMatImpl< Tensor_Dim0, Tensor_Dim1, S, DL, M >::get(std::declval< M & >(), 0, 0)) GetFTensor2FromMatType
MoFEMErrorCode VecSetValues(Vec V, const EntitiesFieldData::EntData &data, const double *ptr, InsertMode iora)
Assemble PETSc vector.
FTensor::Index< 'm', 3 > m
EntityHandle getFEEntityHandle() const
Return finite element entity handle.
auto getFTensor0IntegrationWeight()
Get integration weights.
double getMeasure() const
get measure of element
MatrixDouble & getGaussPts()
matrix of integration (Gauss) points for Volume Element

Member Data Documentation

◆ adjointPiolaPtr

boost::shared_ptr<MatrixDouble> EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::adjointPiolaPtr
private

Definition at line 314 of file PlasticIncrementalOptimizationOperators.cpp.

◆ adjointRotationGradientPtr

boost::shared_ptr<MatrixDouble> EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::adjointRotationGradientPtr
private

Definition at line 317 of file PlasticIncrementalOptimizationOperators.cpp.

◆ adjointRotationPtr

boost::shared_ptr<MatrixDouble> EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::adjointRotationPtr
private

Definition at line 316 of file PlasticIncrementalOptimizationOperators.cpp.

◆ adjointStretchPtr

boost::shared_ptr<MatrixDouble> EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::adjointStretchPtr
private

Definition at line 315 of file PlasticIncrementalOptimizationOperators.cpp.

◆ alphaOmega

const double EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::alphaOmega
private

Definition at line 320 of file PlasticIncrementalOptimizationOperators.cpp.

◆ controlIndicesPtr

boost::shared_ptr<const PlasticControlDofIndices> EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::controlIndicesPtr
private

Definition at line 318 of file PlasticIncrementalOptimizationOperators.cpp.

◆ dataAtPts

boost::shared_ptr<DataAtIntegrationPts> EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::dataAtPts
private

Definition at line 313 of file PlasticIncrementalOptimizationOperators.cpp.

◆ gradient

Vec EshelbianPlasticity::PlasticIncrementalOptimizationInternal::OpAssembleReducedHelmholtzGradient::gradient
private

Definition at line 319 of file PlasticIncrementalOptimizationOperators.cpp.


The documentation for this struct was generated from the following file: