MOAB: Mesh Oriented datABase  (version 5.4.1)
LinearPyramid.cpp File Reference

LinearPyramid implementation. More...

#include "Mesquite.hpp"
#include "LinearPyramid.hpp"
#include "MsqError.hpp"
+ Include dependency graph for LinearPyramid.cpp:

Go to the source code of this file.

Namespaces

namespace  MBMesquite
 

Implements the NonSmoothDescent class member functions.


Functions

static void MBMesquite::set_equal_derivatives (double value, size_t *indices, MsqVector< 3 > *derivs, size_t &num_vtx)
static void MBMesquite::set_edge_derivatives (unsigned base_corner, double value, size_t *indices, MsqVector< 3 > *derivs, size_t &num_vtx)
static void MBMesquite::set_corner_derivatives (unsigned corner, double value, size_t *indices, MsqVector< 3 > *derivs, size_t &num_vtx)
static void MBMesquite::coefficients_at_corner (unsigned corner, double *coeff_out, size_t *indices_out, size_t &num_coeff)
static void MBMesquite::coefficients_at_mid_edge (unsigned edge, double *coeff_out, size_t *indices_out, size_t &num_coeff)
static void MBMesquite::coefficients_at_mid_face (unsigned face, double *coeff_out, size_t *indices_out, size_t &num_coeff)
static void MBMesquite::coefficients_at_mid_elem (double *coeff_out, size_t *indices_out, size_t &num_coeff)

Detailed Description

LinearPyramid implementation.

Author:
Jason Kraftcheck

Definition in file LinearPyramid.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines