Searched refs:node_out (Results 1 – 4 of 4) sorted by relevance
| /libCEED/tests/ |
| H A D | t566-operator.c | 142 for (CeedInt node_out = 0; node_out < num_dofs; node_out++) { in main() local 144 …const CeedInt index = (node_out + comp_out * num_dofs) * num_comp + node_in + co… in main() 149 …t_FMT "), (%" CeedInt_FMT ", %" CeedInt_FMT ")] Error in assembly: %f != %f\n", node_out, comp_out, in main()
|
| H A D | t568-operator.c | 145 for (CeedInt node_out = 0; node_out < num_dofs; node_out++) { in main() local 147 …const CeedInt index = (node_out + comp_out * num_dofs) * num_comp + node_in + co… in main() 152 …t_FMT "), (%" CeedInt_FMT ", %" CeedInt_FMT ")] Error in assembly: %f != %f\n", node_out, comp_out, in main()
|
| H A D | t567-operator.c | 142 for (CeedInt node_out = 0; node_out < num_dofs; node_out++) { in main() local 144 …const CeedInt index = (node_out + comp_out * num_dofs) * num_comp + node_in + co… in main() 149 …t_FMT "), (%" CeedInt_FMT ", %" CeedInt_FMT ")] Error in assembly: %f != %f\n", node_out, comp_out, in main()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 1700 const CeedInt node_out = k % elem_size_active; in CeedOperatorAssembleSingleAtPoints_Ref() local 1703 node_out * elem_size_active + node_in] = output[k]; in CeedOperatorAssembleSingleAtPoints_Ref()
|