/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/MappingFunction/Linear/ |
H A D | LinearPrism.cpp | 60 size_t& num_coeff ) in coefficients_at_corner() 70 size_t& num_coeff ) in coefficients_at_mid_edge() 82 size_t& num_coeff ) in coefficients_at_mid_face() 106 size_t& num_coeff ) in coefficients_at_mid_elem() 128 size_t& num_coeff, in coefficients()
|
H A D | LinearPyramid.cpp | 171 size_t& num_coeff ) in coefficients_at_corner() 182 size_t& num_coeff ) in coefficients_at_mid_edge() 201 size_t& num_coeff ) in coefficients_at_mid_face() 227 size_t& num_coeff ) in coefficients_at_mid_elem() 246 size_t& num_coeff, in coefficients()
|
H A D | LinearHexahedron.cpp | 58 size_t& num_coeff ) in coefficients_at_corner() 78 size_t& num_coeff ) in coefficients_at_mid_edge() 100 size_t& num_coeff ) in coefficients_at_mid_face() 117 size_t& num_coeff ) in coefficients_at_mid_elem() 143 size_t& num_coeff, in coefficients()
|
H A D | LinearQuadrilateral.cpp | 49 size_t& num_coeff, in coefficients() 64 size_t& num_coeff ) in coefficients()
|
H A D | LinearTriangle.cpp | 53 size_t& num_coeff, in coefficients()
|
H A D | LinearTetrahedron.cpp | 58 size_t& num_coeff, in coefficients()
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/MappingFunction/Lagrange/ |
H A D | TetLagrangeShape.cpp | 61 size_t& num_coeff ) in coefficients_at_corner() 72 size_t& num_coeff ) in coefficients_at_mid_edge() 97 size_t& num_coeff ) in coefficients_at_mid_face() 182 size_t& num_coeff ) in coefficients_at_mid_elem() 253 size_t& num_coeff, in coefficients()
|
H A D | HexLagrangeShape.cpp | 45 size_t& num_coeff, in coefficients()
|
H A D | TriLagrangeShape.cpp | 62 size_t& num_coeff, in coefficients()
|
H A D | QuadLagrangeShape.cpp | 46 size_t& num_coeff, in coefficients()
|
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/src/ |
H A D | oskar_spherical_harmonic.c | 59 const int num_coeff = (l_max + 1) * (l_max + 1); in oskar_spherical_harmonic_create() local 81 const int num_coeff = (l_max + 1) * (l_max + 1); in oskar_spherical_harmonic_set_coeff() local
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/ |
H A D | HexLagrangeShapeTest.cpp | 315 size_t num_coeff, in compare_coefficients() 414 size_t num_coeff = 11, indices[100]; in test_corner_coeff() local 429 size_t num_coeff = 11, indices[100]; in test_edge_coeff() local 444 size_t num_coeff = 11, indices[100]; in test_face_coeff() local 459 size_t num_coeff = 11, indices[100]; in test_mid_coeff() local
|
H A D | TriLagrangeShapeTest.cpp | 212 size_t num_coeff, in compare_coefficients() 274 size_t num_coeff = 17, indices[27]; in test_corner_coeff() local 289 size_t num_coeff = 17, indices[27]; in test_edge_coeff() local 304 size_t num_coeff = 17, indices[27]; in test_mid_coeff() local
|
H A D | QuadLagrangeShapeTest.cpp | 307 size_t num_coeff, in compare_coefficients() 391 size_t num_coeff = 11, indices[100]; in test_corner_coeff() local 406 size_t num_coeff = 11, indices[100]; in test_edge_coeff() local 421 size_t num_coeff = 11, indices[100]; in test_mid_coeff() local
|
H A D | LinearMappingFunctionTest.cpp | 913 size_t num_coeff = 100; in do_coeff_test() local 1182 size_t num_coeff, indices[100]; in test_coeff_fail() local 1193 size_t verts[100], num_coeff; in test_deriv_fail() local 1204 size_t verts[100], num_coeff; in test_deriv_fail() local
|
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/test/ |
H A D | Test_spherical_harmonics.cpp | 45 const int num_coeff = (l_max + 1) * (l_max + 1); in test_sum() local
|
/dports/math/pynac/pynac-pynac-0.7.27/ginac/ |
H A D | mul.cpp | 141 const numeric & num_coeff = ex_to<numeric>(coeff_ex); in DEFAULT_ARCHIVING() local 657 const numeric& num_coeff = ex_to<numeric>(i->coeff); in eval() local 800 const numeric & num_coeff = ex_to<numeric>(elem.coeff); in eval_exponentials() local
|
H A D | normal.cpp | 365 numeric num_coeff = GiNaC::smod(ex_to<numeric>(it->coeff), xi); in smod() local 370 numeric num_coeff = GiNaC::smod(overall_coeff, xi); in smod() local
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/ |
H A D | SharedRegressOrthogPolyApproxData.cpp | 254 num_coeff = (sparse_append) ? sparse_indices.size() : num_app_mi; in append_sparse_multi_index() local
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/util/src/ |
H A D | LinearSystemSolver.hpp | 129 int num_coeff = result.numRows(), num_qoi = result.numCols(); in adjust_coefficients() local
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ |
H A D | fic.c | 135 int i, num_coeff; in fic_decode_block() local
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ |
H A D | fic.c | 135 int i, num_coeff; in fic_decode_block() local
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Mesh/ |
H A D | PatchData.cpp | 866 size_t num_coeff; in update_slave_node_coordinates() local 957 size_t num_coeff; in update_slave_node_coordinates() local 2001 size_t num_coeff, index[27]; in get_sample_location() local
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | fic.c | 141 int i, num_coeff; in fic_decode_block() local
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | fic.c | 140 int i, num_coeff; in fic_decode_block() local
|