
Getting an unclassifiable statement error in Fortran 95
Jun 9, 2013 · SteamKing is still right that using f as both a function and a variable is the problem. The statement: f = f (x) really makes no sense, since you are trying to use the same symbol as a variable …
Parallel Programming on a CPU with AVX-512 - Physics Forums
Apr 23, 2022 · In this article, I describe a program that uses Intel AVX-512 assembly instructions and includes a comparison of the results from both programs.
Eclipse Error 'Program File Does Not Exist' • Physics Forums
May 28, 2010 · I agree with the "doesn't do what you think it does" part, but if celsius is a multiple of 10, the formula will give the right result. If celsius is not a multiple of 10, the results will be surprising to …
Reading a string from file until whitespace c++ - Physics Forums
Sep 10, 2011 · This discussion focuses on reading strings from a file in C++ until whitespace is encountered, appending specific symbols to the strings, and storing them in a buffer. The user is …
Horizontal component of the electric field of an infinite uniformly ...
Feb 11, 2026 · I received a warning message about "Unacceptable references or topics." I'm new to this site. Does this mean I have to delete the reference I provided, or all the posts? It's a very traditional …
COMSOL Student Copy: Free Academic License • Physics Forums
Apr 2, 2015 · Hello, The discussion revolves around the COMSOL Student Copy, which provides a free academic license for students. Participants emphasize the importance of adhering to forum rules, …
How to search just the first two characters in a c-string?
Nov 6, 2020 · The discussion revolves around searching for the first one or two characters in C-style strings (c-strings) within a vector of structures. Participants explore methods for comparing these …
Solving Material Balance Problems in Evaporators - Physics Forums
Oct 4, 2014 · The discussion focuses on solving material balance problems in evaporators, specifically regarding an aqueous solution containing 15% NaOH and 0.5% NaCl being concentrated at a rate of …
Spinor calculus • Physics Forums
May 27, 2016 · What are the conventions for the spinor metrics and their inverses?
Recursion to print a fractal pattern - Physics Forums
Oct 13, 2012 · The discussion revolves around creating a recursive function in C++ to print a fractal pattern of stars, with a focus on understanding the initial case for recursion and addressing potential …