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

mapping function for linear prism More...

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

Go to the source code of this file.

Namespaces

namespace  MBMesquite
 

Implements the NonSmoothDescent class member functions.


Functions

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)
static void MBMesquite::derivatives_at_corner (unsigned corner, size_t *vertex_indices_out, MsqVector< 3 > *d_coeff_d_xi_out, size_t &num_vtx)
static void MBMesquite::derivatives_at_mid_edge (unsigned edge, size_t *vertex_indices_out, MsqVector< 3 > *d_coeff_d_xi_out, size_t &num_vtx)
static void MBMesquite::derivatives_at_mid_face (unsigned face, size_t *vertex_indices_out, MsqVector< 3 > *d_coeff_d_xi_out, size_t &num_vtx)
static void MBMesquite::derivatives_at_mid_elem (size_t *vertex_indices_out, MsqVector< 3 > *d_coeff_d_xi_out, size_t &num_vtx)

Variables

static const int MBMesquite::faces [5][5]

Detailed Description

mapping function for linear prism

Author:
Jason Kraftcheck

Definition in file LinearPrism.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines