Searched refs:coefficients_at_mid_elem (Results 1 – 4 of 4) sorted by relevance
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/MappingFunction/Linear/ |
H A D | LinearPrism.cpp | 104 static void coefficients_at_mid_elem( double* coeff_out, in coefficients_at_mid_elem() function 147 coefficients_at_mid_elem( coeff_out, indices_out, num_coeff ); in coefficients()
|
H A D | LinearPyramid.cpp | 225 static void coefficients_at_mid_elem( double* coeff_out, in coefficients_at_mid_elem() function 265 coefficients_at_mid_elem( coeff_out, indices_out, num_coeff ); in coefficients()
|
H A D | LinearHexahedron.cpp | 115 static void coefficients_at_mid_elem( double* coeff_out, in coefficients_at_mid_elem() function 162 coefficients_at_mid_elem( coeff_out, indices_out, num_coeff ); in coefficients()
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/MappingFunction/Lagrange/ |
H A D | TetLagrangeShape.cpp | 179 static void coefficients_at_mid_elem( NodeSet nodeset, in coefficients_at_mid_elem() function 273 coefficients_at_mid_elem( nodeset, coeff_out, indices_out, num_coeff ); in coefficients()
|