1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Scilla [17]
3 years ago
12

What two things are compared on a metaphor?

SAT
2 answers:
alina1380 [7]3 years ago
8 0

Answer:

A metaphor compares two unlike things.

Explanation:

Example: her hair was silk. In this example, we are comparing hair to silk, which are not related normally.

AVprozaik [17]3 years ago
3 0
It’s comparing 2 things but not using like or as
You might be interested in
Lammps ERROR on proc 0: Out of range atoms - cannot compute PPPM
Alexeev081 [22]

Using the knowledge in computational language in C++ it is possible to write a code that Out of range atoms:

<h3>Writting the code in C++:</h3>

<em>#include <cmath></em>

<em>#include "pppm_tip4p.h"</em>

<em>#include "atom.h"</em>

<em>#include "domain.h"</em>

<em>#include "force.h"</em>

<em>#include "memory.h"</em>

<em>#include "error.h"</em>

<em>#include "math_const.h"</em>

<em />

<em>using namespace LAMMPS_NS;</em>

<em>using namespace MathConst;</em>

<em />

<em>#define OFFSET 16384</em>

<em />

<em>#ifdef FFT_SINGLE</em>

<em>#define ZEROF 0.0f</em>

<em>#define ONEF  1.0f</em>

<em>#else</em>

<em>#define ZEROF 0.0</em>

<em>#define ONEF  1.0</em>

<em>#endif</em>

<em />

<em>void PPPMTIP4P::init()</em>

<em>{</em>

<em>  // TIP4P PPPM requires newton on, b/c it computes forces on ghost atoms</em>

<em />

<em>  if (force->newton == 0)</em>

<em>    error->all(FLERR,"Kspace style pppm/tip4p requires newton on");</em>

<em />

<em>  PPPM::init();</em>

<em>}</em>

<em />

<em>void PPPMTIP4P::particle_map()</em>

<em>{</em>

<em>  int nx,ny,nz,iH1,iH2;</em>

<em>  double *xi,xM[3];</em>

<em />

<em>  int *type = atom->type;</em>

<em>  double **x = atom->x;</em>

<em>  int nlocal = atom->nlocal;</em>

<em />

<em>  if (!std::isfinite(boxlo[0]) || !std::isfinite(boxlo[1]) || !std::isfinite(boxlo[2]))</em>

<em>    error->one(FLERR,"Non-numeric box dimensions - simulation unstable");</em>

<em />

<em>  int flag = 0;</em>

<em>  for (int i = 0; i < nlocal; i++) {</em>

<em>    if (type[i] == typeO) {</em>

<em>      find_M(i,iH1,iH2,xM);</em>

<em>      xi = xM;</em>

<em>    } else xi = x[i];</em>

<em />

<em>    nx = static_cast<int> ((xi[0]-boxlo[0])*delxinv+shift) - OFFSET;</em>

<em>    ny = static_cast<int> ((xi[1]-boxlo[1])*delyinv+shift) - OFFSET;</em>

<em>    nz = static_cast<int> ((xi[2]-boxlo[2])*delzinv+shift) - OFFSET;</em>

<em />

<em>    part2grid[i][0] = nx;</em>

<em>    part2grid[i][1] = ny;</em>

<em>    part2grid[i][2] = nz;</em>

<em />

<em>    if (nx+nlower < nxlo_out || nx+nupper > nxhi_out ||</em>

<em>        ny+nlower < nylo_out || ny+nupper > nyhi_out ||</em>

<em>        nz+nlower < nzlo_out || nz+nupper > nzhi_out) flag++;</em>

<em>  }</em>

<em />

<em>  int flag_all;</em>

<em>  MPI_Allreduce(&flag,&flag_all,1,MPI_INT,MPI_SUM,world);</em>

<em>  if (flag_all) error->all(FLERR,"Out of range atoms - cannot compute PPPM");</em>

<em>}</em>

<em>void PPPMTIP4P::make_rho()</em>

<em>{</em>

<em>  int i,l,m,n,nx,ny,nz,mx,my,mz,iH1,iH2;</em>

<em>  FFT_SCALAR dx,dy,dz,x0,y0,z0;</em>

<em>  double *xi,xM[3];</em>

<em />

<em>  FFT_SCALAR *vec = &density_brick[nzlo_out][nylo_out][nxlo_out];</em>

<em>  for (i = 0; i < ngrid; i++) vec[i] = ZEROF;</em>

<em />

<em>  int *type = atom->type;</em>

<em>  double *q = atom->q;</em>

<em>  double **x = atom->x;</em>

<em>  int nlocal = atom->nlocal;</em>

<em />

<em>  for (int i = 0; i < nlocal; i++) {</em>

<em>    if (type[i] == typeO) {</em>

<em>      find_M(i,iH1,iH2,xM);</em>

<em>      xi = xM;</em>

<em>    } else xi = x[i];</em>

<em />

<em>    nx = part2grid[i][0];</em>

<em>    ny = part2grid[i][1];</em>

<em>    nz = part2grid[i][2];</em>

<em>    dx = nx+shiftone - (xi[0]-boxlo[0])*delxinv;</em>

<em>    dy = ny+shiftone - (xi[1]-boxlo[1])*delyinv;</em>

<em>    dz = nz+shiftone - (xi[2]-boxlo[2])*delzinv;</em>

<em />

<em>    compute_rho1d(dx,dy,dz);</em>

<em />

<em>    z0 = delvolinv * q[i];</em>

<em>    for (n = nlower; n <= nupper; n++) {</em>

<em>      mz = n+nz;</em>

<em>      y0 = z0*rho1d[2][n];</em>

<em>      for (m = nlower; m <= nupper; m++) {</em>

<em>        my = m+ny;</em>

<em>        x0 = y0*rho1d[1][m];</em>

<em>        for (l = nlower; l <= nupper; l++) {</em>

<em>          mx = l+nx;</em>

<em>          density_brick[mz][my][mx] += x0*rho1d[0][l];</em>

<em>        }</em>

<em>      }</em>

<em>    }</em>

<em>  }</em>

<em>}</em>

See more about C++ at brainly.com/question/19705654

#SPJ1

6 0
2 years ago
Fill in the missing word it's not right to put the blame
Elanso [62]

Answer:

where is the Missing words

3 0
2 years ago
Identify the commentary term from the picture:
alexgriva [62]

An example of a commentary term used in commentary driving include the following:

  • <u>Closed zone or trap:</u> it means slow movers, stop signs, and brake lights.

<h3>What is commentary driving?</h3>

Commentary driving can be defined as a type of driving technique in which the student driver of an automobile vehicle says (speaks out) all their observations, evaluations, interpretations, and intentions that are believed to be related to a particular traffic situation, that has either developed or would develop while driving.

Generally, some examples of commentary terms used in commentary driving include the following:

  • <u>Closed zone or trap:</u> it means slow movers, stop signs, and brake lights.
  • <u>Ped or foot:</u> anything unpredictable that crosses your path.
  • <u>Intruder or thief:</u> an automobile vehicle or person who's an immediate threat to you.

Read more on driving here: brainly.com/question/15007310

#SPJ1

4 0
2 years ago
QUESTION 1
ElenaW [278]

Answer:

A- people have to deal with unlimited wants but only a certain number of resources to produce those wants.

Explanation:

Passed both AP economics exams lol.

7 0
2 years ago
Question 1 with 1 blank el carro tuyo es azul. (yo) 1 of 1 es rojo. question 2 with 1 blank el televisor nuestro es pequeño. (us
ArbitrLikvidat [17]

According to the context and following the model, using the possessive form the sentences are written as follows:

  • El carro tuyo es azul/ El carro mío es rojo.
  • El televisor nuestro es pequeño/ El televisor de ustedes es grande.
  • La impresora mía es rápida/ La impresora de ella es lenta.
  • La computadora suya es vieja/ La computadora tuya es nueva.
  • Los teléfonos suyos son caros/ Los teléfonos nuestros son baratos.

<em>Translation:</em>

  • Your car is blue/My car is red.
  • Our TV is small / Your TV is big.
  • My printer is fast/ Her printer is slow.
  • His computer is old/ Your computer is new.
  • Their phones are expensive/ Our phones are cheap.

<h3>What is the possessive form?</h3>

It is the one that expresses possession or belonging and there are two types, on the one hand the possessive determiners that are placed before the noun and on the other hand the possessive pronouns that are placed after the noun.

Its main function is morphematic: they express the category of person and number, modifying a noun and imprinting a sense of belonging to something or someone.

Therefore, we can conclude that possessives are related to personal pronouns, since they indicate which person owns something or someone.

Learn more about possessive form here: brainly.com/question/21921875

5 0
3 years ago
Other questions:
  • Which online note-taking tool allows students to store information on an extensive back-up system? web clipping tools electronic
    5·2 answers
  • How many solutions in 12x+32=12x-7
    7·2 answers
  • Rick is a biologist who hypothesized that squid would swim faster in warm water than in cold water. Rick conducted his experimen
    9·2 answers
  • 26. Which of the following best defines health insurance? (1 point)
    7·1 answer
  • If you measure your shoe size would it be considered qualitative data?
    6·2 answers
  • ,mklkm ,lmlkmlmllkkok[p<br> lpl;k;k,.mlmlkmknkn
    5·2 answers
  • Which of the following is true about graphing polynomial​ functions?
    15·1 answer
  • If you have a choice to earn simple interest on $10,000 for three years at 8% or annually compounded interest at 7. 5% for three
    6·1 answer
  • What are five tips for teens communicating with parents?(site 2).
    11·1 answer
  • Which assessment finding is most important as labor progresses
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!