![]() |
Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
|
#include <Hex27CVFEM.h>
Public Member Functions | |
| Quad93DSCS () | |
| virtual | ~Quad93DSCS () |
| const int * | ipNodeMap (int ordinal=0) |
| void | determinant (const int nelem, const double *coords, double *areav, double *error) |
| double | isInElement (const double *elemNodalCoord, const double *pointCoord, double *isoParCoord) |
| void | interpolatePoint (const int &nComp, const double *isoParCoord, const double *field, double *result) |
| void | general_shape_fcn (const int numIp, const double *isoParCoord, double *shpfc) |
| void | general_normal (const double *isoParCoord, const double *coords, double *normal) |
Public Member Functions inherited from sierra::nalu::HexahedralP2Element | |
| HexahedralP2Element () | |
| virtual | ~HexahedralP2Element () |
| void | shape_fcn (double *shpfc) |
| void | shifted_shape_fcn (double *shpfc) |
| template<typename ViewType > | |
| ViewType | copy_interpolation_weights_to_view (const std::vector< double > &interps) |
| template<typename ViewType > | |
| ViewType | copy_deriv_weights_to_view (const std::vector< double > &derivs) |
| template<typename ViewType > | |
| ViewType | copy_interpolation_weights_to_view () |
| template<typename ViewType > | |
| ViewType | copy_deriv_weights_to_view () |
Public Member Functions inherited from sierra::nalu::MasterElement | |
| MasterElement () | |
| virtual | ~MasterElement () |
| virtual void | shape_fcn (SharedMemView< DoubleType ** > &shpfc) |
| virtual void | shifted_shape_fcn (SharedMemView< DoubleType ** > &shpfc) |
| virtual void | grad_op (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType *** > &gradop, SharedMemView< DoubleType *** > &deriv) |
| virtual void | shifted_grad_op (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType *** > &gradop, SharedMemView< DoubleType *** > &deriv) |
| virtual void | grad_op_fem (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType *** > &gradop, SharedMemView< DoubleType *** > &deriv, SharedMemView< DoubleType * > &det_j) |
| virtual void | shifted_grad_op_fem (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType *** > &gradop, SharedMemView< DoubleType *** > &deriv, SharedMemView< DoubleType * > &det_j) |
| virtual void | determinant (SharedMemView< DoubleType ** > &coords, SharedMemView< DoubleType ** > &areav) |
| virtual void | gij (SharedMemView< DoubleType ** > coords, SharedMemView< DoubleType *** > gupper, SharedMemView< DoubleType *** > glower, SharedMemView< DoubleType *** > deriv) |
| virtual void | determinant (SharedMemView< DoubleType ** > coords, SharedMemView< DoubleType * > volume) |
| virtual void | grad_op (const int nelem, const double *coords, double *gradop, double *deriv, double *det_j, double *error) |
| virtual void | shifted_grad_op (const int nelem, const double *coords, double *gradop, double *deriv, double *det_j, double *error) |
| virtual void | gij (const double *coords, double *gupperij, double *glowerij, double *deriv) |
| virtual void | nodal_grad_op (const int nelem, double *deriv, double *error) |
| virtual void | face_grad_op (const int nelem, const int face_ordinal, const double *coords, double *gradop, double *det_j, double *error) |
| virtual void | shifted_face_grad_op (const int nelem, const int face_ordinal, const double *coords, double *gradop, double *det_j, double *error) |
| virtual const int * | adjacentNodes () |
| virtual int | opposingNodes (const int ordinal, const int node) |
| virtual int | opposingFace (const int ordinal, const int node) |
| virtual void | general_face_grad_op (const int face_ordinal, const double *isoParCoord, const double *coords, double *gradop, double *det_j, double *error) |
| virtual void | sidePcoords_to_elemPcoords (const int &side_ordinal, const int &npoints, const double *side_pcoords, double *elem_pcoords) |
| virtual const int * | side_node_ordinals (int sideOrdinal) |
| double | isoparametric_mapping (const double b, const double a, const double xi) const |
| bool | within_tolerance (const double &val, const double &tol) |
| double | vector_norm_sq (const double *vect, int len) |
Private Member Functions | |
| void | set_interior_info () |
| void | eval_shape_functions_at_ips () final |
| void | eval_shape_derivs_at_ips () final |
| void | eval_shape_functions_at_shifted_ips () final |
| void | eval_shape_derivs_at_shifted_ips () final |
| void | area_vector (const double *POINTER_RESTRICT coords, const double *POINTER_RESTRICT shapeDerivs, double *POINTER_RESTRICT areaVector) const |
| void | quad9_shape_fcn (int npts, const double *par_coord, double *shape_fcn) const |
| void | quad9_shape_deriv (int npts, const double *par_coord, double *shape_fcn) const |
| void | non_unit_face_normal (const double *isoParCoord, const double *elemNodalCoord, double *normalVector) |
| double | parametric_distance (const std::vector< double > &x) |
Private Attributes | |
| std::vector< double > | ipWeight_ |
| const int | surfaceDimension_ |
Additional Inherited Members | |
Public Types inherited from sierra::nalu::HexahedralP2Element | |
| using | AlgTraits = AlgTraitsHex27 |
Public Attributes inherited from sierra::nalu::MasterElement | |
| int | nDim_ |
| int | nodesPerElement_ |
| int | numIntPoints_ |
| double | scaleToStandardIsoFac_ |
| std::vector< int > | lrscv_ |
| std::vector< int > | ipNodeMap_ |
| std::vector< int > | oppNode_ |
| std::vector< int > | oppFace_ |
| std::vector< double > | intgLoc_ |
| std::vector< double > | intgLocShift_ |
| std::vector< double > | intgExpFace_ |
| std::vector< double > | intgExpFaceShift_ |
| std::vector< double > | nodeLoc_ |
| std::vector< int > | sideNodeOrdinals_ |
| std::vector< int > | sideOffset_ |
| std::vector< double > | weights_ |
Protected Member Functions inherited from sierra::nalu::HexahedralP2Element | |
| int | tensor_product_node_map (int i, int j, int k) const |
| double | gauss_point_location (int nodeOrdinal, int gaussPointOrdinal) const |
| double | shifted_gauss_point_location (int nodeOrdinal, int gaussPointOrdinal) const |
| double | tensor_product_weight (int s1Node, int s2Node, int s3Node, int s1Ip, int s2Ip, int s3Ip) const |
| double | tensor_product_weight (int s1Node, int s2Node, int s1Ip, int s2Ip) const |
| void | eval_shape_derivs_at_face_ips () |
| void | set_quadrature_rule () |
| void | GLLGLL_quadrature_weights () |
| void | hex27_shape_deriv (int npts, const double *par_coord, double *shape_fcn) const |
| double | parametric_distance (const std::array< double, 3 > &x) |
Protected Attributes inherited from sierra::nalu::HexahedralP2Element | |
| const double | scsDist_ |
| const int | nodes1D_ |
| const int | numQuad_ |
| std::vector< double > | gaussAbscissae1D_ |
| std::vector< double > | gaussAbscissae_ |
| std::vector< double > | gaussAbscissaeShift_ |
| std::vector< double > | gaussWeight_ |
| std::vector< double > | scsEndLoc_ |
| std::vector< int > | stkNodeMap_ |
| std::vector< double > | shapeFunctions_ |
| std::vector< double > | shapeFunctionsShift_ |
| std::vector< double > | shapeDerivs_ |
| std::vector< double > | shapeDerivsShift_ |
| std::vector< double > | expFaceShapeDerivs_ |
| sierra::nalu::Quad93DSCS::Quad93DSCS | ( | ) |
|
inlinevirtual |
References sierra::nalu::MasterElement::determinant(), sierra::nalu::HexahedralP2Element::eval_shape_derivs_at_ips(), sierra::nalu::HexahedralP2Element::eval_shape_derivs_at_shifted_ips(), sierra::nalu::HexahedralP2Element::eval_shape_functions_at_ips(), sierra::nalu::HexahedralP2Element::eval_shape_functions_at_shifted_ips(), sierra::nalu::MasterElement::general_normal(), sierra::nalu::MasterElement::general_shape_fcn(), sierra::nalu::HexahedralP2Element::interpolatePoint(), sierra::nalu::MasterElement::ipNodeMap(), sierra::nalu::HexahedralP2Element::isInElement(), sierra::nalu::HexahedralP2Element::parametric_distance(), POINTER_RESTRICT, and sierra::nalu::HexahedralP2Element::shape_fcn().
|
private |
References sierra::nalu::MasterElement::nDim_, and surfaceDimension_.
Referenced by determinant().
|
virtual |
|
finalprivatevirtual |
Reimplemented from sierra::nalu::HexahedralP2Element.
References sierra::nalu::MasterElement::intgLoc_, sierra::nalu::MasterElement::nodesPerElement_, sierra::nalu::MasterElement::numIntPoints_, quad9_shape_deriv(), sierra::nalu::HexahedralP2Element::shapeDerivs_, and surfaceDimension_.
Referenced by Quad93DSCS().
|
finalprivatevirtual |
Reimplemented from sierra::nalu::HexahedralP2Element.
References sierra::nalu::MasterElement::intgLocShift_, sierra::nalu::MasterElement::nodesPerElement_, sierra::nalu::MasterElement::numIntPoints_, quad9_shape_deriv(), sierra::nalu::HexahedralP2Element::shapeDerivsShift_, and surfaceDimension_.
Referenced by Quad93DSCS().
|
finalprivatevirtual |
Reimplemented from sierra::nalu::HexahedralP2Element.
References sierra::nalu::MasterElement::intgLoc_, sierra::nalu::MasterElement::nodesPerElement_, sierra::nalu::MasterElement::numIntPoints_, quad9_shape_fcn(), and sierra::nalu::HexahedralP2Element::shapeFunctions_.
Referenced by Quad93DSCS().
|
finalprivatevirtual |
Reimplemented from sierra::nalu::HexahedralP2Element.
References sierra::nalu::MasterElement::intgLocShift_, sierra::nalu::MasterElement::nodesPerElement_, sierra::nalu::MasterElement::numIntPoints_, quad9_shape_fcn(), and sierra::nalu::HexahedralP2Element::shapeFunctionsShift_.
Referenced by Quad93DSCS().
|
virtual |
Reimplemented from sierra::nalu::MasterElement.
|
virtual |
Reimplemented from sierra::nalu::MasterElement.
References quad9_shape_fcn().
|
virtual |
Reimplemented from sierra::nalu::HexahedralP2Element.
Referenced by isInElement().
|
virtual |
Reimplemented from sierra::nalu::MasterElement.
References sierra::nalu::MasterElement::ipNodeMap_.
Referenced by anonymous_namespace{UnitTestHex27FaceNodeOrdering.C}::check_Hex27_face_ip_node_ordering().
|
virtual |
|
private |
Referenced by isInElement().
|
private |
Referenced by isInElement().
|
private |
References sierra::nalu::MasterElement::nodesPerElement_, and surfaceDimension_.
Referenced by eval_shape_derivs_at_ips(), and eval_shape_derivs_at_shifted_ips().
|
private |
Referenced by eval_shape_functions_at_ips(), eval_shape_functions_at_shifted_ips(), and general_shape_fcn().
|
private |
References sierra::nalu::HexahedralP2Element::gauss_point_location(), sierra::nalu::MasterElement::intgLoc_, sierra::nalu::MasterElement::intgLocShift_, sierra::nalu::MasterElement::ipNodeMap_, ipWeight_, sierra::nalu::HexahedralP2Element::nodes1D_, sierra::nalu::MasterElement::nodesPerElement_, sierra::nalu::MasterElement::numIntPoints_, sierra::nalu::HexahedralP2Element::numQuad_, sierra::nalu::HexahedralP2Element::shifted_gauss_point_location(), surfaceDimension_, and sierra::nalu::HexahedralP2Element::tensor_product_weight().
Referenced by Quad93DSCS().
|
private |
Referenced by determinant(), and set_interior_info().
|
private |
1.8.11