MAST
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
MAST::MeshFieldFunction::SolFunc Struct Reference

Detailed Description

Definition at line 187 of file mesh_field_function.h.

#include <mesh_field_function.h>

Public Member Functions

 SolFunc ()
 
 ~SolFunc ()
 

Public Attributes

libMesh::NumericVector< Real > * _cloned_sol
 
libMesh::MeshFunction * _func
 
bool _reuse_sol
 
const libMesh::NumericVector< Real > * _sol
 

Constructor & Destructor Documentation

◆ SolFunc()

MAST::MeshFieldFunction::SolFunc::SolFunc ( )
inline

Definition at line 188 of file mesh_field_function.h.

◆ ~SolFunc()

MAST::MeshFieldFunction::SolFunc::~SolFunc ( )
inline

Definition at line 192 of file mesh_field_function.h.

Member Data Documentation

◆ _cloned_sol

libMesh::NumericVector<Real>* MAST::MeshFieldFunction::SolFunc::_cloned_sol

Definition at line 199 of file mesh_field_function.h.

◆ _func

libMesh::MeshFunction* MAST::MeshFieldFunction::SolFunc::_func

Definition at line 200 of file mesh_field_function.h.

◆ _reuse_sol

bool MAST::MeshFieldFunction::SolFunc::_reuse_sol

Definition at line 197 of file mesh_field_function.h.

◆ _sol

const libMesh::NumericVector<Real>* MAST::MeshFieldFunction::SolFunc::_sol

Definition at line 198 of file mesh_field_function.h.


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